#88CDE0

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

Shades of Spray #88CDE0

Tints of Spray #88CDE0

Color information

#88CDE0 (or 0x88CDE0) is unknown color: approx Spray. HEX triplet: 88, CD and E0. RGB value is (136,205,224). Sum of RGB (Red+Green+Blue) = 136+205+224=565 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.07% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 224 - color contains mainly: blue. Hex color #88CDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CDE0 is #77321F. Grayscale: #BABABA. Windows color (decimal): -7811616 or 14732680. OLE color: 14732680.

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

Color convert

RGB136205224-
CMYK0.390.0800.12
HSL192.95º58.67%70.59%-
HSV(B)192.95º39.29%87.84%-
XYZ45.4454.2878.6-
YUV186.54149.1491.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.07%
GREEN value IS 205 (80.47% from 255) = 36.28%
BLUE value IS 224 (87.89% from 255) = 39.65%
R=24.07%
G=36.28%
B=39.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1362052240.390.0800.12192.9558.6770.59
Hex88CDE02780Cc13b47
Octal210315340471001430173107
Binary100010001100110111100000100111100001100110000011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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