Html Css Color HEX #89DDE0 Spray

📋 copy color: '#89DDE0'

red 137 ◦ green 221 ◦ blue 224

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

Shades of Spray #89DDE0

Tints of Spray #89DDE0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.97%

 BLUE value IS 224 (87.89% from 255) = 38.49%

R = 23.54%
G = 37.97%
B = 38.49%

CMYK

 C value IS 0.39

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#89DDE0 (or 0x89DDE0) is known color: Spray. HEX triplet: 89, DD and E0. RGB value is (137,221,224). Sum of RGB (Red+Green+Blue) = 137+221+224=582 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.54% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 224 (87.89% from 255 or 38.49% from 582); Max value from RGB is 224 - color contains mainly: blue. Hex color #89DDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89DDE0 is #76221F. Grayscale: #C4C4C4. Windows color (decimal): -7741984 or 14736777. OLE color: 14736777.

HSL color Cylindrical-coordinate representation of color #89DDE0: hue angle of 182.07º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89DDE0 is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 137 221 224 -
CMYK 0.39 0.01 0 0.12
HSL 182.07º 0.58% 0.71% -
HSV(B) 182.07º 0.39% 0.88% -
XYZ 49.63 62.41 79.95 -
YUV 196.23 143.67 85.76 -
System Red Green Blue C M Y K H S L
Decimal 137 221 224 0.39 0.01 0 0.12 182.07 0.58 0.71
Hex 89 DD E0 27 1 0 C B6 3A 47
Octal 211 335 340 47 1 0 14 266 72 107
Binary 10001001 11011101 11100000 100111 1 0 1100 10110110 111010 1000111

Color Harmonies of #89DDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89DDE0

Black with #89DDE0

Text Example


Text Example

White with #89DDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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