#88CEDC

Color #88CEDC Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #88CEDC

Tints of Spray #88CEDC

Color information

#88CEDC (or 0x88CEDC) is unknown color: approx Spray. HEX triplet: 88, CE and DC. RGB value is (136,206,220). Sum of RGB (Red+Green+Blue) = 136+206+220=562 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.20% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #88CEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CEDC is #773123. Grayscale: #BABABA. Windows color (decimal): -7811364 or 14470792. OLE color: 14470792.

HSL color Cylindrical-coordinate representation of color #88CEDC: hue angle of 190º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88CEDC is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB136206220-
CMYK0.380.0600.14
HSL190º54.55%69.8%-
HSV(B)190º38.18%86.27%-
XYZ45.1454.5475.86-
YUV186.67146.8191.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.20%
GREEN value IS 206 (80.86% from 255) = 36.65%
BLUE value IS 220 (86.33% from 255) = 39.15%
R=24.20%
G=36.65%
B=39.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1362062200.380.0600.1419054.5569.8
Hex88CEDC2660Ebe3746
Octal21031633446601627667106
Binary10001000110011101101110010011011001110101111101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88CEDC; }

 p { color: rgb(136,206,220); }

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

<style>
 a { background-color: #88CEDC; }

 a { background-color: rgb(136,206,220); }

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

<style>
 span { border-color: #88CEDC; }

 span { border-color: rgb(136,206,220); }

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