#55C5EC

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

Shades of Malibu #55C5EC

Tints of Malibu #55C5EC

Color information

#55C5EC (or 0x55C5EC) is unknown color: approx Malibu. HEX triplet: 55, C5 and EC. RGB value is (85,197,236). Sum of RGB (Red+Green+Blue) = 85+197+236=518 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.41% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #55C5EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C5EC is #AA3A13. Grayscale: #A7A7A7. Windows color (decimal): -11155988 or 15517013. OLE color: 15517013.

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

Color convert

RGB85197236-
CMYK0.640.1700.07
HSL195.5º79.89%62.94%-
HSV(B)195.5º63.98%92.55%-
XYZ38.8547.9286.56-
YUV167.96166.3968.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.41%
GREEN value IS 197 (77.34% from 255) = 38.03%
BLUE value IS 236 (92.58% from 255) = 45.56%
R=16.41%
G=38.03%
B=45.56%

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
Decimal851972360.640.1700.07195.579.8962.94
Hex55C5EC401107c3503f
Octal125305354100210730312077
Binary101010111000101111011001000000100010111110000111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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