#88DCDE

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

Shades of Spray #88DCDE

Tints of Spray #88DCDE

Color information

#88DCDE (or 0x88DCDE) is unknown color: approx Spray. HEX triplet: 88, DC and DE. RGB value is (136,220,222). Sum of RGB (Red+Green+Blue) = 136+220+222=578 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.53% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #88DCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DCDE is #772321. Grayscale: #C3C3C3. Windows color (decimal): -7807778 or 14605448. OLE color: 14605448.

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

Color convert

RGB136220222-
CMYK0.390.0100.13
HSL181.4º56.58%70.2%-
HSV(B)181.4º38.74%87.06%-
XYZ48.9361.6978.44-
YUV195.11143.1785.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.53%
GREEN value IS 220 (86.33% from 255) = 38.06%
BLUE value IS 222 (87.11% from 255) = 38.41%
R=23.53%
G=38.06%
B=38.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362202220.390.0100.13181.456.5870.2
Hex88DCDE2710Db53946
Octal21033433647101526571106
Binary100010001101110011011110100111101101101101011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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