#55C2DB

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

Shades of Malibu #55C2DB

Tints of Malibu #55C2DB

Color information

#55C2DB (or 0x55C2DB) is unknown color: approx Malibu. HEX triplet: 55, C2 and DB. RGB value is (85,194,219). Sum of RGB (Red+Green+Blue) = 85+194+219=498 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.07% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #55C2DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C2DB is #AA3D24. Grayscale: #A4A4A4. Windows color (decimal): -11156773 or 14402133. OLE color: 14402133.

HSL color Cylindrical-coordinate representation of color #55C2DB: hue angle of 191.19º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55C2DB is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB85194219-
CMYK0.610.1100.14
HSL191.19º65.05%59.61%-
HSV(B)191.19º61.19%85.88%-
XYZ35.8245.6373.94-
YUV164.26158.8971.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.07%
GREEN value IS 194 (76.17% from 255) = 38.96%
BLUE value IS 219 (85.94% from 255) = 43.98%
R=17.07%
G=38.96%
B=43.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal851942190.610.1100.14191.1965.0559.61
Hex55C2DB3DB0Ebf413c
Octal125302333751301627710174
Binary10101011100001011011011111101101101110101111111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,194,219); }

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

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

 a { background-color: rgb(85,194,219); }

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

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

 span { border-color: rgb(85,194,219); }

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