Html Css Color HEX #89C6DC Spray

📋 copy color: '#89C6DC'

red 137 ◦ green 198 ◦ blue 220

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

Shades of Spray #89C6DC

Tints of Spray #89C6DC

RGB

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

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

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

R = 24.68%
G = 35.68%
B = 39.64%

CMYK

 C value IS 0.38

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#89C6DC (or 0x89C6DC) is known color: Spray. HEX triplet: 89, C6 and DC. RGB value is (137,198,220). Sum of RGB (Red+Green+Blue) = 137+198+220=555 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.68% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #89C6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89C6DC is #763923. Grayscale: #B6B6B6. Windows color (decimal): -7747876 or 14468745. OLE color: 14468745.

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

Color convert

RGB 137 198 220 -
CMYK 0.38 0.1 0 0.14
HSL 195.9º 0.54% 0.7% -
HSV(B) 195.9º 0.38% 0.86% -
XYZ 43.43 50.87 75.24 -
YUV 182.27 149.29 95.71 -
System Red Green Blue C M Y K H S L
Decimal 137 198 220 0.38 0.1 0 0.14 195.9 0.54 0.7
Hex 89 C6 DC 26 A 0 E C4 36 46
Octal 211 306 334 46 12 0 16 304 66 106
Binary 10001001 11000110 11011100 100110 1010 0 1110 11000100 110110 1000110

Color Harmonies of #89C6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C6DC

Black with #89C6DC

Text Example


Text Example

White with #89C6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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