Html Css Color HEX #9ABAC7 Heather

📋 copy color: '#9ABAC7'

red 154 ◦ green 186 ◦ blue 199

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

Shades of Heather #9ABAC7

Tints of Heather #9ABAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.92%

R = 28.57%
G = 34.51%
B = 36.92%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9ABAC7 (or 0x9ABAC7) is known color: Heather. HEX triplet: 9A, BA and C7. RGB value is (154,186,199). Sum of RGB (Red+Green+Blue) = 154+186+199=539 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.57% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 199 - color contains mainly: blue. Hex color #9ABAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABAC7 is #654538. Grayscale: #B1B1B1. Windows color (decimal): -6636857 or 13089434. OLE color: 13089434.

HSL color Cylindrical-coordinate representation of color #9ABAC7: hue angle of 197.33º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ABAC7 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 154 186 199 -
CMYK 0.23 0.07 0 0.22
HSL 197.33º 0.29% 0.69% -
HSV(B) 197.33º 0.23% 0.78% -
XYZ 41.19 46.11 60.76 -
YUV 177.91 139.9 110.94 -
System Red Green Blue C M Y K H S L
Decimal 154 186 199 0.23 0.07 0 0.22 197.33 0.29 0.69
Hex 9A BA C7 17 7 0 16 C5 1D 45
Octal 232 272 307 27 7 0 26 305 35 105
Binary 10011010 10111010 11000111 10111 111 0 10110 11000101 11101 1000101

Color Harmonies of #9ABAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABAC7

Black with #9ABAC7

Text Example


Text Example

White with #9ABAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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