Html Css Color HEX #88D7DD Spray

📋 copy color: '#88D7DD'

red 136 ◦ green 215 ◦ blue 221

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

Shades of Spray #88D7DD

Tints of Spray #88D7DD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.59%

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

R = 23.78%
G = 37.59%
B = 38.64%

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

#88D7DD (or 0x88D7DD) is known color: Spray. HEX triplet: 88, D7 and DD. RGB value is (136,215,221). Sum of RGB (Red+Green+Blue) = 136+215+221=572 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.78% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #88D7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D7DD is #772822. Grayscale: #BFBFBF. Windows color (decimal): -7809059 or 14538632. OLE color: 14538632.

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

Color convert

RGB 136 215 221 -
CMYK 0.38 0.03 0 0.13
HSL 184.24º 0.56% 0.7% -
HSV(B) 184.24º 0.38% 0.87% -
XYZ 47.5 59.06 77.3 -
YUV 192.06 144.33 88.01 -
System Red Green Blue C M Y K H S L
Decimal 136 215 221 0.38 0.03 0 0.13 184.24 0.56 0.7
Hex 88 D7 DD 26 3 0 D B8 38 46
Octal 210 327 335 46 3 0 15 270 70 106
Binary 10001000 11010111 11011101 100110 11 0 1101 10111000 111000 1000110

Color Harmonies of #88D7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88D7DD

Black with #88D7DD

Text Example


Text Example

White with #88D7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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