Html Css Color HEX #9ABAC8 Heather

📋 copy color: '#9ABAC8'

red 154 ◦ green 186 ◦ blue 200

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

Shades of Heather #9ABAC8

Tints of Heather #9ABAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.04%

R = 28.52%
G = 34.44%
B = 37.04%

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

#9ABAC8 (or 0x9ABAC8) is known color: Heather. HEX triplet: 9A, BA and C8. RGB value is (154,186,200). Sum of RGB (Red+Green+Blue) = 154+186+200=540 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.52% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 200 - color contains mainly: blue. Hex color #9ABAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABAC8 is #654537. Grayscale: #B1B1B1. Windows color (decimal): -6636856 or 13154970. OLE color: 13154970.

HSL color Cylindrical-coordinate representation of color #9ABAC8: hue angle of 198.26º 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 #9ABAC8 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 154 186 200 -
CMYK 0.23 0.07 0 0.22
HSL 198.26º 0.29% 0.69% -
HSV(B) 198.26º 0.23% 0.78% -
XYZ 41.31 46.16 61.38 -
YUV 178.03 140.4 110.86 -
System Red Green Blue C M Y K H S L
Decimal 154 186 200 0.23 0.07 0 0.22 198.26 0.29 0.69
Hex 9A BA C8 17 7 0 16 C6 1D 45
Octal 232 272 310 27 7 0 26 306 35 105
Binary 10011010 10111010 11001000 10111 111 0 10110 11000110 11101 1000101

Color Harmonies of #9ABAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABAC8

Black with #9ABAC8

Text Example


Text Example

White with #9ABAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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