Html Css Color HEX #89C6DB Spray

📋 copy color: '#89C6DB'

red 137 ◦ green 198 ◦ blue 219

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

Shades of Spray #89C6DB

Tints of Spray #89C6DB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.74%

 BLUE value IS 219 (85.94% from 255) = 39.53%

R = 24.73%
G = 35.74%
B = 39.53%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#89C6DB (or 0x89C6DB) is known color: Spray. HEX triplet: 89, C6 and DB. RGB value is (137,198,219). Sum of RGB (Red+Green+Blue) = 137+198+219=554 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.73% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #89C6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C6DB is #763924. Grayscale: #B6B6B6. Windows color (decimal): -7747877 or 14403209. OLE color: 14403209.

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

Color convert

RGB 137 198 219 -
CMYK 0.37 0.10 0 0.14
HSL 195.37º 0.53% 0.7% -
HSV(B) 195.37º 0.37% 0.86% -
XYZ 43.3 50.82 74.55 -
YUV 182.16 148.79 95.79 -
System Red Green Blue C M Y K H S L
Decimal 137 198 219 0.37 0.10 0 0.14 195.37 0.53 0.7
Hex 89 C6 DB 25 A 0 E C3 35 46
Octal 211 306 333 45 12 0 16 303 65 106
Binary 10001001 11000110 11011011 100101 1010 0 1110 11000011 110101 1000110

Color Harmonies of #89C6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C6DB

Black with #89C6DB

Text Example


Text Example

White with #89C6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,198,219); }

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

background-color css

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

 a { background-color: rgb(137,198,219); }

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

border-color css

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

 span { border-color: rgb(137,198,219); }

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