#55ADDE

Color #55ADDE Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #55ADDE

Tints of Malibu #55ADDE

Color information

#55ADDE (or 0x55ADDE) is unknown color: approx Malibu. HEX triplet: 55, AD and DE. RGB value is (85,173,222). Sum of RGB (Red+Green+Blue) = 85+173+222=480 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.71% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #55ADDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ADDE is #AA5221. Grayscale: #979797. Windows color (decimal): -11162146 or 14593365. OLE color: 14593365.

HSL color Cylindrical-coordinate representation of color #55ADDE: hue angle of 201.46º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55ADDE is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB85173222-
CMYK0.620.2200.13
HSL201.46º67.49%60.2%-
HSV(B)201.46º61.71%87.06%-
XYZ31.8737.0974.59-
YUV152.27167.3580.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 17.71%
GREEN value IS 173 (67.97% from 255) = 36.04%
BLUE value IS 222 (87.11% from 255) = 46.25%
R=17.71%
G=36.04%
B=46.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal851732220.620.2200.13201.4667.4960.2
Hex55ADDE3E160Dc9433c
Octal125255336762601531110374
Binary101010110101101110111101111101011001101110010011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55ADDE; }

 p { color: rgb(85,173,222); }

 H1.HeaderClassName
 {
   color: #55ADDE;
 }
 .AnyTagClassName
 {
   color: #55ADDE;
 }
</style>
background-color css

<style>
 a { background-color: #55ADDE; }

 a { background-color: rgb(85,173,222); }

 div.DivClassName
 {
   background-color: #55ADDE;
 }
 .BgClassName
 {
   background-color: #55ADDE;
 }
</style>
border-color css

<style>
 span { border-color: #55ADDE; }

 span { border-color: rgb(85,173,222); }

 td.TdClassName
 {
   border-color: #55ADDE;
 }
 .TagClassName
 {
   border-color: #55ADDE;
 }
</style>