#88DAE3

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

Shades of Spray #88DAE3

Tints of Spray #88DAE3

Color information

#88DAE3 (or 0x88DAE3) is unknown color: approx Spray. HEX triplet: 88, DA and E3. RGB value is (136,218,227). Sum of RGB (Red+Green+Blue) = 136+218+227=581 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.41% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 227 (89.06% from 255 or 39.07% from 581); Max value from RGB is 227 - color contains mainly: blue. Hex color #88DAE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DAE3 is #77251C. Grayscale: #C2C2C2. Windows color (decimal): -7808285 or 14932616. OLE color: 14932616.

HSL color Cylindrical-coordinate representation of color #88DAE3: hue angle of 185.93º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88DAE3 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB136218227-
CMYK0.400.0400.11
HSL185.93º61.9%71.18%-
HSV(B)185.93º40.09%89.02%-
XYZ49.0960.9281.85-
YUV194.51146.3386.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.41%
GREEN value IS 218 (85.55% from 255) = 37.52%
BLUE value IS 227 (89.06% from 255) = 39.07%
R=23.41%
G=37.52%
B=39.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1362182270.400.0400.11185.9361.971.18
Hex88DAE32840Bba3e47
Octal21033234350401327276107
Binary10001000110110101110001110100010001011101110101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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