#55C3EE

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

Shades of Malibu #55C3EE

Tints of Malibu #55C3EE

Color information

#55C3EE (or 0x55C3EE) is unknown color: approx Malibu. HEX triplet: 55, C3 and EE. RGB value is (85,195,238). Sum of RGB (Red+Green+Blue) = 85+195+238=518 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.41% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #55C3EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C3EE is #AA3C11. Grayscale: #A6A6A6. Windows color (decimal): -11156498 or 15647573. OLE color: 15647573.

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

Color convert

RGB85195238-
CMYK0.640.1800.07
HSL196.86º81.82%63.33%-
HSV(B)196.86º64.29%93.33%-
XYZ38.6947.1387.95-
YUV167.01168.0669.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.41%
GREEN value IS 195 (76.56% from 255) = 37.64%
BLUE value IS 238 (93.36% from 255) = 45.95%
R=16.41%
G=37.64%
B=45.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal851952380.640.1800.07196.8681.8263.33
Hex55C3EE401207c5523f
Octal125303356100220730512277
Binary101010111000011111011101000000100100111110001011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,195,238); }

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

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

 a { background-color: rgb(85,195,238); }

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

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

 span { border-color: rgb(85,195,238); }

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