Html Css Color HEX #9ABACD Heather

📋 copy color: '#9ABACD'

red 154 ◦ green 186 ◦ blue 205

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

Shades of Heather #9ABACD

Tints of Heather #9ABACD

RGB

 RED value IS 154 (60.55% from 255) = 28.26%

 GREEN value IS 186 (73.05% from 255) = 34.13%

 BLUE value IS 205 (80.47% from 255) = 37.61%

R = 28.26%
G = 34.13%
B = 37.61%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9ABACD (or 0x9ABACD) is known color: Heather. HEX triplet: 9A, BA and CD. RGB value is (154,186,205). Sum of RGB (Red+Green+Blue) = 154+186+205=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #9ABACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABACD is #654532. Grayscale: #B2B2B2. Windows color (decimal): -6636851 or 13482650. OLE color: 13482650.

HSL color Cylindrical-coordinate representation of color #9ABACD: hue angle of 202.35º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ABACD is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 186 205 -
CMYK 0.25 0.09 0 0.20
HSL 202.35º 0.34% 0.7% -
HSV(B) 202.35º 0.25% 0.8% -
XYZ 41.9 46.4 64.5 -
YUV 178.6 142.9 110.46 -
System Red Green Blue C M Y K H S L
Decimal 154 186 205 0.25 0.09 0 0.20 202.35 0.34 0.7
Hex 9A BA CD 19 9 0 14 CA 22 46
Octal 232 272 315 31 11 0 24 312 42 106
Binary 10011010 10111010 11001101 11001 1001 0 10100 11001010 100010 1000110

Color Harmonies of #9ABACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABACD

Black with #9ABACD

Text Example


Text Example

White with #9ABACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ABACD; }

 p { color: rgb(154,186,205); }

 H1.HeaderClassName
 {
   color: #9ABACD;
 }
 .AnyTagClassName
 {
   color: #9ABACD;
 }
</style>

background-color css

<style>
 a { background-color: #9ABACD; }

 a { background-color: rgb(154,186,205); }

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

border-color css

<style>
 span { border-color: #9ABACD; }

 span { border-color: rgb(154,186,205); }

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