#88CEDD

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

Shades of Spray #88CEDD

Tints of Spray #88CEDD

Color information

#88CEDD (or 0x88CEDD) is unknown color: approx Spray. HEX triplet: 88, CE and DD. RGB value is (136,206,221). Sum of RGB (Red+Green+Blue) = 136+206+221=563 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.16% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #88CEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CEDD is #773122. Grayscale: #BABABA. Windows color (decimal): -7811363 or 14536328. OLE color: 14536328.

HSL color Cylindrical-coordinate representation of color #88CEDD: hue angle of 190.59º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88CEDD is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136206221-
CMYK0.380.0700.13
HSL190.59º55.56%70%-
HSV(B)190.59º38.46%86.67%-
XYZ45.2854.676.56-
YUV186.78147.3191.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.16%
GREEN value IS 206 (80.86% from 255) = 36.59%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=24.16%
G=36.59%
B=39.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362062210.380.0700.13190.5955.5670
Hex88CEDD2670Dbf3846
Octal21031633546701527770106
Binary10001000110011101101110110011011101101101111111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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