Html Css Color HEX #88DDDB Spray

📋 copy color: '#88DDDB'

red 136 ◦ green 221 ◦ blue 219

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

Shades of Spray #88DDDB

Tints of Spray #88DDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.37%

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

R = 23.61%
G = 38.37%
B = 38.02%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#88DDDB (or 0x88DDDB) is known color: Spray. HEX triplet: 88, DD and DB. RGB value is (136,221,219). Sum of RGB (Red+Green+Blue) = 136+221+219=576 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.61% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #88DDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DDDB is #772224. Grayscale: #C3C3C3. Windows color (decimal): -7807525 or 14409096. OLE color: 14409096.

HSL color Cylindrical-coordinate representation of color #88DDDB: hue angle of 178.59º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DDDB is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 221 219 -
CMYK 0.38 0 0.01 0.13
HSL 178.59º 0.56% 0.7% -
HSV(B) 178.59º 0.38% 0.87% -
XYZ 48.8 62.06 76.43 -
YUV 195.36 141.34 85.66 -
System Red Green Blue C M Y K H S L
Decimal 136 221 219 0.38 0 0.01 0.13 178.59 0.56 0.7
Hex 88 DD DB 26 0 1 D B3 38 46
Octal 210 335 333 46 0 1 15 263 70 106
Binary 10001000 11011101 11011011 100110 0 1 1101 10110011 111000 1000110

Color Harmonies of #88DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88DDDB

Black with #88DDDB

Text Example


Text Example

White with #88DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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