#55C8DE

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

Shades of Malibu #55C8DE

Tints of Malibu #55C8DE

Color information

#55C8DE (or 0x55C8DE) is unknown color: approx Malibu. HEX triplet: 55, C8 and DE. RGB value is (85,200,222). Sum of RGB (Red+Green+Blue) = 85+200+222=507 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.77% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #55C8DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C8DE is #AA3721. Grayscale: #A7A7A7. Windows color (decimal): -11155234 or 14600277. OLE color: 14600277.

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

Color convert

RGB85200222-
CMYK0.620.1000.13
HSL189.64º67.49%60.2%-
HSV(B)189.64º61.71%87.06%-
XYZ37.5948.5176.49-
YUV168.12158.468.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.77%
GREEN value IS 200 (78.52% from 255) = 39.45%
BLUE value IS 222 (87.11% from 255) = 43.79%
R=16.77%
G=39.45%
B=43.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal852002220.620.1000.13189.6467.4960.2
Hex55C8DE3EA0Dbe433c
Octal125310336761201527610374
Binary10101011100100011011110111110101001101101111101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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