#55C4EC

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

Shades of Malibu #55C4EC

Tints of Malibu #55C4EC

Color information

#55C4EC (or 0x55C4EC) is unknown color: approx Malibu. HEX triplet: 55, C4 and EC. RGB value is (85,196,236). Sum of RGB (Red+Green+Blue) = 85+196+236=517 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.44% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #55C4EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C4EC is #AA3B13. Grayscale: #A7A7A7. Windows color (decimal): -11156244 or 15516757. OLE color: 15516757.

HSL color Cylindrical-coordinate representation of color #55C4EC: hue angle of 195.89º 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 #55C4EC is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB85196236-
CMYK0.640.1700.07
HSL195.89º79.89%62.94%-
HSV(B)195.89º63.98%92.55%-
XYZ38.6347.4786.48-
YUV167.37166.7369.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.44%
GREEN value IS 196 (76.95% from 255) = 37.91%
BLUE value IS 236 (92.58% from 255) = 45.65%
R=16.44%
G=37.91%
B=45.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal851962360.640.1700.07195.8979.8962.94
Hex55C4EC401107c4503f
Octal125304354100210730412077
Binary101010111000100111011001000000100010111110001001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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