#88CDDE

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

Shades of Spray #88CDDE

Tints of Spray #88CDDE

Color information

#88CDDE (or 0x88CDDE) is unknown color: approx Spray. HEX triplet: 88, CD and DE. RGB value is (136,205,222). Sum of RGB (Red+Green+Blue) = 136+205+222=563 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.16% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #88CDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CDDE is #773221. Grayscale: #BABABA. Windows color (decimal): -7811618 or 14601608. OLE color: 14601608.

HSL color Cylindrical-coordinate representation of color #88CDDE: hue angle of 191.86º 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 #88CDDE is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB136205222-
CMYK0.390.0800.13
HSL191.86º56.58%70.2%-
HSV(B)191.86º38.74%87.06%-
XYZ45.1754.1777.18-
YUV186.31148.1492.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.16%
GREEN value IS 205 (80.47% from 255) = 36.41%
BLUE value IS 222 (87.11% from 255) = 39.43%
R=24.16%
G=36.41%
B=39.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1362052220.390.0800.13191.8656.5870.2
Hex88CDDE2780Dc03946
Octal210315336471001530071106
Binary100010001100110111011110100111100001101110000001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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