Html Css Color HEX #89D3DC Spray

📋 copy color: '#89D3DC'

red 137 ◦ green 211 ◦ blue 220

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

Shades of Spray #89D3DC

Tints of Spray #89D3DC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.15%

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

R = 24.12%
G = 37.15%
B = 38.73%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#89D3DC (or 0x89D3DC) is known color: Spray. HEX triplet: 89, D3 and DC. RGB value is (137,211,220). Sum of RGB (Red+Green+Blue) = 137+211+220=568 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.12% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #89D3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89D3DC is #762C23. Grayscale: #BDBDBD. Windows color (decimal): -7744548 or 14472073. OLE color: 14472073.

HSL color Cylindrical-coordinate representation of color #89D3DC: hue angle of 186.51º 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 #89D3DC is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 211 220 -
CMYK 0.38 0.04 0 0.14
HSL 186.51º 0.54% 0.7% -
HSV(B) 186.51º 0.38% 0.86% -
XYZ 46.53 57.07 76.27 -
YUV 189.9 144.98 90.27 -
System Red Green Blue C M Y K H S L
Decimal 137 211 220 0.38 0.04 0 0.14 186.51 0.54 0.7
Hex 89 D3 DC 26 4 0 E BB 36 46
Octal 211 323 334 46 4 0 16 273 66 106
Binary 10001001 11010011 11011100 100110 100 0 1110 10111011 110110 1000110

Color Harmonies of #89D3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89D3DC

Black with #89D3DC

Text Example


Text Example

White with #89D3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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