Html Css Color HEX #88D0DB Spray

📋 copy color: '#88D0DB'

red 136 ◦ green 208 ◦ blue 219

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

Shades of Spray #88D0DB

Tints of Spray #88D0DB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.94%

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

R = 24.16%
G = 36.94%
B = 38.9%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#88D0DB (or 0x88D0DB) is known color: Spray. HEX triplet: 88, D0 and DB. RGB value is (136,208,219). Sum of RGB (Red+Green+Blue) = 136+208+219=563 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.16% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #88D0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D0DB is #772F24. Grayscale: #BBBBBB. Windows color (decimal): -7810853 or 14405768. OLE color: 14405768.

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

Color convert

RGB 136 208 219 -
CMYK 0.38 0.05 0 0.14
HSL 187.95º 0.54% 0.7% -
HSV(B) 187.95º 0.38% 0.86% -
XYZ 45.5 55.46 75.32 -
YUV 187.73 145.65 91.11 -
System Red Green Blue C M Y K H S L
Decimal 136 208 219 0.38 0.05 0 0.14 187.95 0.54 0.7
Hex 88 D0 DB 26 5 0 E BC 36 46
Octal 210 320 333 46 5 0 16 274 66 106
Binary 10001000 11010000 11011011 100110 101 0 1110 10111100 110110 1000110

Color Harmonies of #88D0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88D0DB

Black with #88D0DB

Text Example


Text Example

White with #88D0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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