Html Css Color HEX #88D2DD Spray

📋 copy color: '#88D2DD'

red 136 ◦ green 210 ◦ blue 221

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

Shades of Spray #88D2DD

Tints of Spray #88D2DD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.04%

 BLUE value IS 221 (86.72% from 255) = 38.98%

R = 23.99%
G = 37.04%
B = 38.98%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#88D2DD (or 0x88D2DD) is known color: Spray. HEX triplet: 88, D2 and DD. RGB value is (136,210,221). Sum of RGB (Red+Green+Blue) = 136+210+221=567 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.99% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #88D2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D2DD is #772D22. Grayscale: #BDBDBD. Windows color (decimal): -7810339 or 14537352. OLE color: 14537352.

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

Color convert

RGB 136 210 221 -
CMYK 0.38 0.05 0 0.13
HSL 187.76º 0.56% 0.7% -
HSV(B) 187.76º 0.38% 0.87% -
XYZ 46.25 56.55 76.88 -
YUV 189.13 145.98 90.11 -
System Red Green Blue C M Y K H S L
Decimal 136 210 221 0.38 0.05 0 0.13 187.76 0.56 0.7
Hex 88 D2 DD 26 5 0 D BC 38 46
Octal 210 322 335 46 5 0 15 274 70 106
Binary 10001000 11010010 11011101 100110 101 0 1101 10111100 111000 1000110

Color Harmonies of #88D2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88D2DD

Black with #88D2DD

Text Example


Text Example

White with #88D2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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