#55C9E7

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

Shades of Malibu #55C9E7

Tints of Malibu #55C9E7

Color information

#55C9E7 (or 0x55C9E7) is unknown color: approx Malibu. HEX triplet: 55, C9 and E7. RGB value is (85,201,231). Sum of RGB (Red+Green+Blue) = 85+201+231=517 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.44% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #55C9E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C9E7 is #AA3618. Grayscale: #A9A9A9. Windows color (decimal): -11154969 or 15190357. OLE color: 15190357.

HSL color Cylindrical-coordinate representation of color #55C9E7: hue angle of 192.33º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55C9E7 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB85201231-
CMYK0.630.1300.09
HSL192.33º75.26%61.96%-
HSV(B)192.33º63.2%90.59%-
XYZ39.0649.4783.09-
YUV169.74162.5767.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.44%
GREEN value IS 201 (78.91% from 255) = 38.88%
BLUE value IS 231 (90.62% from 255) = 44.68%
R=16.44%
G=38.88%
B=44.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal852012310.630.1300.09192.3375.2661.96
Hex55C9E73FD09c04b3e
Octal125311347771501130011376
Binary10101011100100111100111111111110101001110000001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,201,231); }

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

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

 a { background-color: rgb(85,201,231); }

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

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

 span { border-color: rgb(85,201,231); }

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