Html Css Color HEX #88CCDB Spray

📋 copy color: '#88CCDB'

red 136 ◦ green 204 ◦ blue 219

#88CCDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spray #88CCDB

Tints of Spray #88CCDB

RGB

 RED value IS 136 (53.52% from 255) = 24.33%

 GREEN value IS 204 (80.08% from 255) = 36.49%

 BLUE value IS 219 (85.94% from 255) = 39.18%

R = 24.33%
G = 36.49%
B = 39.18%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#88CCDB (or 0x88CCDB) is known color: Spray. HEX triplet: 88, CC and DB. RGB value is (136,204,219). Sum of RGB (Red+Green+Blue) = 136+204+219=559 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.33% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #88CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CCDB is #773324. Grayscale: #B9B9B9. Windows color (decimal): -7811877 or 14404744. OLE color: 14404744.

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

Color convert

RGB 136 204 219 -
CMYK 0.38 0.07 0 0.14
HSL 190.84º 0.54% 0.7% -
HSV(B) 190.84º 0.38% 0.86% -
XYZ 44.53 53.53 75 -
YUV 185.38 146.97 92.78 -
System Red Green Blue C M Y K H S L
Decimal 136 204 219 0.38 0.07 0 0.14 190.84 0.54 0.7
Hex 88 CC DB 26 7 0 E BF 36 46
Octal 210 314 333 46 7 0 16 277 66 106
Binary 10001000 11001100 11011011 100110 111 0 1110 10111111 110110 1000110

Color Harmonies of #88CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CCDB

Black with #88CCDB

Text Example


Text Example

White with #88CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88CCDB;
 }
 .AnyTagClassName
 {
   color: #88CCDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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