Html Css Color HEX #89C9DC Spray

📋 copy color: '#89C9DC'

red 137 ◦ green 201 ◦ blue 220

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

Shades of Spray #89C9DC

Tints of Spray #89C9DC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.02%

 BLUE value IS 220 (86.33% from 255) = 39.43%

R = 24.55%
G = 36.02%
B = 39.43%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#89C9DC (or 0x89C9DC) is known color: Spray. HEX triplet: 89, C9 and DC. RGB value is (137,201,220). Sum of RGB (Red+Green+Blue) = 137+201+220=558 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.55% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #89C9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C9DC is #763623. Grayscale: #B7B7B7. Windows color (decimal): -7747108 or 14469513. OLE color: 14469513.

HSL color Cylindrical-coordinate representation of color #89C9DC: hue angle of 193.73º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89C9DC is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 201 220 -
CMYK 0.38 0.09 0 0.14
HSL 193.73º 0.54% 0.7% -
HSV(B) 193.73º 0.38% 0.86% -
XYZ 44.12 52.26 75.47 -
YUV 184.03 148.3 94.46 -
System Red Green Blue C M Y K H S L
Decimal 137 201 220 0.38 0.09 0 0.14 193.73 0.54 0.7
Hex 89 C9 DC 26 9 0 E C2 36 46
Octal 211 311 334 46 11 0 16 302 66 106
Binary 10001001 11001001 11011100 100110 1001 0 1110 11000010 110110 1000110

Color Harmonies of #89C9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C9DC

Black with #89C9DC

Text Example


Text Example

White with #89C9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,201,220); }

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

background-color css

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

 a { background-color: rgb(137,201,220); }

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

border-color css

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

 span { border-color: rgb(137,201,220); }

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