Html Css Color HEX #89D0E0 Spray

📋 copy color: '#89D0E0'

red 137 ◦ green 208 ◦ blue 224

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

Shades of Spray #89D0E0

Tints of Spray #89D0E0

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.56%

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

R = 24.08%
G = 36.56%
B = 39.37%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#89D0E0 (or 0x89D0E0) is known color: Spray. HEX triplet: 89, D0 and E0. RGB value is (137,208,224). Sum of RGB (Red+Green+Blue) = 137+208+224=569 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.08% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 224 - color contains mainly: blue. Hex color #89D0E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D0E0 is #762F1F. Grayscale: #BCBCBC. Windows color (decimal): -7745312 or 14733449. OLE color: 14733449.

HSL color Cylindrical-coordinate representation of color #89D0E0: hue angle of 191.03º 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 #89D0E0 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 137 208 224 -
CMYK 0.39 0.07 0 0.12
HSL 191.03º 0.58% 0.71% -
HSV(B) 191.03º 0.39% 0.88% -
XYZ 46.33 55.81 78.85 -
YUV 188.6 147.98 91.2 -
System Red Green Blue C M Y K H S L
Decimal 137 208 224 0.39 0.07 0 0.12 191.03 0.58 0.71
Hex 89 D0 E0 27 7 0 C BF 3A 47
Octal 211 320 340 47 7 0 14 277 72 107
Binary 10001001 11010000 11100000 100111 111 0 1100 10111111 111010 1000111

Color Harmonies of #89D0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89D0E0

Black with #89D0E0

Text Example


Text Example

White with #89D0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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