#55C8EC

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

Shades of Malibu #55C8EC

Tints of Malibu #55C8EC

Color information

#55C8EC (or 0x55C8EC) is unknown color: approx Malibu. HEX triplet: 55, C8 and EC. RGB value is (85,200,236). Sum of RGB (Red+Green+Blue) = 85+200+236=521 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.31% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #55C8EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C8EC is #AA3713. Grayscale: #A9A9A9. Windows color (decimal): -11155220 or 15517781. OLE color: 15517781.

HSL color Cylindrical-coordinate representation of color #55C8EC: hue angle of 194.3º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55C8EC is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB85200236-
CMYK0.640.1500.07
HSL194.3º79.89%62.94%-
HSV(B)194.3º63.98%92.55%-
XYZ39.5449.386.79-
YUV169.72165.467.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.31%
GREEN value IS 200 (78.52% from 255) = 38.39%
BLUE value IS 236 (92.58% from 255) = 45.30%
R=16.31%
G=38.39%
B=45.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal852002360.640.1500.07194.379.8962.94
Hex55C8EC40F07c2503f
Octal125310354100170730212077
Binary10101011100100011101100100000011110111110000101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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