Html Css Color HEX #89CEE0 Spray

📋 copy color: '#89CEE0'

red 137 ◦ green 206 ◦ blue 224

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

Shades of Spray #89CEE0

Tints of Spray #89CEE0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.33%

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

R = 24.16%
G = 36.33%
B = 39.51%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#89CEE0 (or 0x89CEE0) is known color: Spray. HEX triplet: 89, CE and E0. RGB value is (137,206,224). Sum of RGB (Red+Green+Blue) = 137+206+224=567 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.16% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #89CEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CEE0 is #76311F. Grayscale: #BBBBBB. Windows color (decimal): -7745824 or 14732937. OLE color: 14732937.

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

Color convert

RGB 137 206 224 -
CMYK 0.39 0.08 0 0.12
HSL 192.41º 0.58% 0.71% -
HSV(B) 192.41º 0.39% 0.88% -
XYZ 45.84 54.84 78.69 -
YUV 187.42 148.64 92.04 -
System Red Green Blue C M Y K H S L
Decimal 137 206 224 0.39 0.08 0 0.12 192.41 0.58 0.71
Hex 89 CE E0 27 8 0 C C0 3A 47
Octal 211 316 340 47 10 0 14 300 72 107
Binary 10001001 11001110 11100000 100111 1000 0 1100 11000000 111010 1000111

Color Harmonies of #89CEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CEE0

Black with #89CEE0

Text Example


Text Example

White with #89CEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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