Html Css Color HEX #88D6DD Spray

📋 copy color: '#88D6DD'

red 136 ◦ green 214 ◦ blue 221

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

Shades of Spray #88D6DD

Tints of Spray #88D6DD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.48%

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

R = 23.82%
G = 37.48%
B = 38.7%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#88D6DD (or 0x88D6DD) is known color: Spray. HEX triplet: 88, D6 and DD. RGB value is (136,214,221). Sum of RGB (Red+Green+Blue) = 136+214+221=571 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.82% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #88D6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D6DD is #772922. Grayscale: #BFBFBF. Windows color (decimal): -7809315 or 14538376. OLE color: 14538376.

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

Color convert

RGB 136 214 221 -
CMYK 0.38 0.03 0 0.13
HSL 184.94º 0.56% 0.7% -
HSV(B) 184.94º 0.38% 0.87% -
XYZ 47.25 58.55 77.22 -
YUV 191.48 144.66 88.43 -
System Red Green Blue C M Y K H S L
Decimal 136 214 221 0.38 0.03 0 0.13 184.94 0.56 0.7
Hex 88 D6 DD 26 3 0 D B9 38 46
Octal 210 326 335 46 3 0 15 271 70 106
Binary 10001000 11010110 11011101 100110 11 0 1101 10111001 111000 1000110

Color Harmonies of #88D6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88D6DD

Black with #88D6DD

Text Example


Text Example

White with #88D6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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