Html Css Color HEX #88CEDB Spray

📋 copy color: '#88CEDB'

red 136 ◦ green 206 ◦ blue 219

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

Shades of Spray #88CEDB

Tints of Spray #88CEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.72%

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

R = 24.24%
G = 36.72%
B = 39.04%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#88CEDB (or 0x88CEDB) is known color: Spray. HEX triplet: 88, CE and DB. RGB value is (136,206,219). Sum of RGB (Red+Green+Blue) = 136+206+219=561 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.24% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #88CEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CEDB is #773124. Grayscale: #BABABA. Windows color (decimal): -7811365 or 14405256. OLE color: 14405256.

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

Color convert

RGB 136 206 219 -
CMYK 0.38 0.06 0 0.14
HSL 189.4º 0.54% 0.7% -
HSV(B) 189.4º 0.38% 0.86% -
XYZ 45.01 54.49 75.16 -
YUV 186.55 146.31 91.94 -
System Red Green Blue C M Y K H S L
Decimal 136 206 219 0.38 0.06 0 0.14 189.4 0.54 0.7
Hex 88 CE DB 26 6 0 E BD 36 46
Octal 210 316 333 46 6 0 16 275 66 106
Binary 10001000 11001110 11011011 100110 110 0 1110 10111101 110110 1000110

Color Harmonies of #88CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CEDB

Black with #88CEDB

Text Example


Text Example

White with #88CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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