Html Css Color HEX #89D8DD Spray

📋 copy color: '#89D8DD'

red 137 ◦ green 216 ◦ blue 221

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

Shades of Spray #89D8DD

Tints of Spray #89D8DD

RGB

 RED value IS 137 (53.91% from 255) = 23.87%

 GREEN value IS 216 (84.77% from 255) = 37.63%

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

R = 23.87%
G = 37.63%
B = 38.5%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#89D8DD (or 0x89D8DD) is known color: Spray. HEX triplet: 89, D8 and DD. RGB value is (137,216,221). Sum of RGB (Red+Green+Blue) = 137+216+221=574 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.87% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #89D8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D8DD is #762722. Grayscale: #C0C0C0. Windows color (decimal): -7743267 or 14538889. OLE color: 14538889.

HSL color Cylindrical-coordinate representation of color #89D8DD: hue angle of 183.57º degrees, saturation: 0.55, 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 #89D8DD is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 216 221 -
CMYK 0.38 0.02 0 0.13
HSL 183.57º 0.55% 0.7% -
HSV(B) 183.57º 0.38% 0.87% -
XYZ 47.92 59.65 77.39 -
YUV 192.95 143.83 88.09 -
System Red Green Blue C M Y K H S L
Decimal 137 216 221 0.38 0.02 0 0.13 183.57 0.55 0.7
Hex 89 D8 DD 26 2 0 D B8 37 46
Octal 211 330 335 46 2 0 15 270 67 106
Binary 10001001 11011000 11011101 100110 10 0 1101 10111000 110111 1000110

Color Harmonies of #89D8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89D8DD

Black with #89D8DD

Text Example


Text Example

White with #89D8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89D8DD; }

 p { color: rgb(137,216,221); }

 H1.HeaderClassName
 {
   color: #89D8DD;
 }
 .AnyTagClassName
 {
   color: #89D8DD;
 }
</style>

background-color css

<style>
 a { background-color: #89D8DD; }

 a { background-color: rgb(137,216,221); }

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

border-color css

<style>
 span { border-color: #89D8DD; }

 span { border-color: rgb(137,216,221); }

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