Html Css Color HEX #9ABACC Heather

📋 copy color: '#9ABACC'

red 154 ◦ green 186 ◦ blue 204

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

Shades of Heather #9ABACC

Tints of Heather #9ABACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.5%

R = 28.31%
G = 34.19%
B = 37.5%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9ABACC (or 0x9ABACC) is known color: Heather. HEX triplet: 9A, BA and CC. RGB value is (154,186,204). Sum of RGB (Red+Green+Blue) = 154+186+204=544 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.31% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #9ABACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABACC is #654533. Grayscale: #B2B2B2. Windows color (decimal): -6636852 or 13417114. OLE color: 13417114.

HSL color Cylindrical-coordinate representation of color #9ABACC: hue angle of 201.6º degrees, saturation: 0.33, 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 #9ABACC is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 154 186 204 -
CMYK 0.25 0.09 0 0.2
HSL 201.6º 0.33% 0.7% -
HSV(B) 201.6º 0.25% 0.8% -
XYZ 41.78 46.35 63.87 -
YUV 178.48 142.4 110.54 -
System Red Green Blue C M Y K H S L
Decimal 154 186 204 0.25 0.09 0 0.2 201.6 0.33 0.7
Hex 9A BA CC 19 9 0 14 CA 21 46
Octal 232 272 314 31 11 0 24 312 41 106
Binary 10011010 10111010 11001100 11001 1001 0 10100 11001010 100001 1000110

Color Harmonies of #9ABACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABACC

Black with #9ABACC

Text Example


Text Example

White with #9ABACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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