#88C2DB

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

Shades of Spray #88C2DB

Tints of Spray #88C2DB

Color information

#88C2DB (or 0x88C2DB) is unknown color: approx Spray. HEX triplet: 88, C2 and DB. RGB value is (136,194,219). Sum of RGB (Red+Green+Blue) = 136+194+219=549 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.77% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #88C2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C2DB is #773D24. Grayscale: #B3B3B3. Windows color (decimal): -7814437 or 14402184. OLE color: 14402184.

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

Color convert

RGB136194219-
CMYK0.380.1100.14
HSL198.07º53.55%69.61%-
HSV(B)198.07º37.9%85.88%-
XYZ42.2348.9374.24-
YUV179.51150.2896.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.77%
GREEN value IS 194 (76.17% from 255) = 35.34%
BLUE value IS 219 (85.94% from 255) = 39.89%
R=24.77%
G=35.34%
B=39.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361942190.380.1100.14198.0753.5569.61
Hex88C2DB26B0Ec63646
Octal210302333461301630666106
Binary100010001100001011011011100110101101110110001101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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