#88CBDB

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

Shades of Spray #88CBDB

Tints of Spray #88CBDB

Color information

#88CBDB (or 0x88CBDB) is unknown color: approx Spray. HEX triplet: 88, CB and DB. RGB value is (136,203,219). Sum of RGB (Red+Green+Blue) = 136+203+219=558 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.37% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #88CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CBDB is #773424. Grayscale: #B8B8B8. Windows color (decimal): -7812133 or 14404488. OLE color: 14404488.

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

Color convert

RGB136203219-
CMYK0.380.0700.14
HSL191.57º53.55%69.61%-
HSV(B)191.57º37.9%85.88%-
XYZ44.353.0674.92-
YUV184.79147.393.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.37%
GREEN value IS 203 (79.69% from 255) = 36.38%
BLUE value IS 219 (85.94% from 255) = 39.25%
R=24.37%
G=36.38%
B=39.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1362032190.380.0700.14191.5753.5569.61
Hex88CBDB2670Ec03646
Octal21031333346701630066106
Binary10001000110010111101101110011011101110110000001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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