#88CADB

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

Shades of Spray #88CADB

Tints of Spray #88CADB

Color information

#88CADB (or 0x88CADB) is unknown color: approx Spray. HEX triplet: 88, CA and DB. RGB value is (136,202,219). Sum of RGB (Red+Green+Blue) = 136+202+219=557 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.42% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #88CADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CADB is #773524. Grayscale: #B8B8B8. Windows color (decimal): -7812389 or 14404232. OLE color: 14404232.

HSL color Cylindrical-coordinate representation of color #88CADB: hue angle of 192.29º degrees, saturation: 0.54, 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 #88CADB is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB136202219-
CMYK0.380.0800.14
HSL192.29º53.55%69.61%-
HSV(B)192.29º37.9%85.88%-
XYZ44.0652.5974.85-
YUV184.2147.6393.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.42%
GREEN value IS 202 (79.30% from 255) = 36.27%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=24.42%
G=36.27%
B=39.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1362022190.380.0800.14192.2953.5569.61
Hex88CADB2680Ec03646
Octal210312333461001630066106
Binary100010001100101011011011100110100001110110000001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,202,219); }

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

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

 a { background-color: rgb(136,202,219); }

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

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

 span { border-color: rgb(136,202,219); }

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