#55C5DE

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

Shades of Malibu #55C5DE

Tints of Malibu #55C5DE

Color information

#55C5DE (or 0x55C5DE) is unknown color: approx Malibu. HEX triplet: 55, C5 and DE. RGB value is (85,197,222). Sum of RGB (Red+Green+Blue) = 85+197+222=504 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.87% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #55C5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C5DE is #AA3A21. Grayscale: #A6A6A6. Windows color (decimal): -11156002 or 14599509. OLE color: 14599509.

HSL color Cylindrical-coordinate representation of color #55C5DE: hue angle of 190.95º 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 #55C5DE is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB85197222-
CMYK0.620.1100.13
HSL190.95º67.49%60.2%-
HSV(B)190.95º61.71%87.06%-
XYZ36.947.1476.26-
YUV166.36159.3969.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.87%
GREEN value IS 197 (77.34% from 255) = 39.09%
BLUE value IS 222 (87.11% from 255) = 44.05%
R=16.87%
G=39.09%
B=44.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal851972220.620.1100.13190.9567.4960.2
Hex55C5DE3EB0Dbf433c
Octal125305336761301527710374
Binary10101011100010111011110111110101101101101111111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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