#88DAE0

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

Shades of Spray #88DAE0

Tints of Spray #88DAE0

Color information

#88DAE0 (or 0x88DAE0) is unknown color: approx Spray. HEX triplet: 88, DA and E0. RGB value is (136,218,224). Sum of RGB (Red+Green+Blue) = 136+218+224=578 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.53% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 224 - color contains mainly: blue. Hex color #88DAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DAE0 is #77251F. Grayscale: #C2C2C2. Windows color (decimal): -7808288 or 14736008. OLE color: 14736008.

HSL color Cylindrical-coordinate representation of color #88DAE0: hue angle of 184.09º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88DAE0 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB136218224-
CMYK0.390.0300.12
HSL184.09º58.67%70.59%-
HSV(B)184.09º39.29%87.84%-
XYZ48.6860.7679.68-
YUV194.17144.8386.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.53%
GREEN value IS 218 (85.55% from 255) = 37.72%
BLUE value IS 224 (87.89% from 255) = 38.75%
R=23.53%
G=37.72%
B=38.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1362182240.390.0300.12184.0958.6770.59
Hex88DAE02730Cb83b47
Octal21033234047301427073107
Binary1000100011011010111000001001111101100101110001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,218,224); }

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

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

 a { background-color: rgb(136,218,224); }

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

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

 span { border-color: rgb(136,218,224); }

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