#88C5DC

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

Shades of Spray #88C5DC

Tints of Spray #88C5DC

Color information

#88C5DC (or 0x88C5DC) is unknown color: approx Spray. HEX triplet: 88, C5 and DC. RGB value is (136,197,220). Sum of RGB (Red+Green+Blue) = 136+197+220=553 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.59% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #88C5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C5DC is #773A23. Grayscale: #B5B5B5. Windows color (decimal): -7813668 or 14468488. OLE color: 14468488.

HSL color Cylindrical-coordinate representation of color #88C5DC: hue angle of 196.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88C5DC is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB136197220-
CMYK0.380.1000.14
HSL196.43º54.55%69.8%-
HSV(B)196.43º38.18%86.27%-
XYZ43.0450.3375.16-
YUV181.38149.7995.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.59%
GREEN value IS 197 (77.34% from 255) = 35.62%
BLUE value IS 220 (86.33% from 255) = 39.78%
R=24.59%
G=35.62%
B=39.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361972200.380.1000.14196.4354.5569.8
Hex88C5DC26A0Ec43746
Octal210305334461201630467106
Binary100010001100010111011100100110101001110110001001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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