#9AB9CE

Color #9AB9CE Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #9AB9CE

Tints of Heather #9AB9CE

Color information

#9AB9CE (or 0x9AB9CE) is unknown color: approx Heather. HEX triplet: 9A, B9 and CE. RGB value is (154,185,206). Sum of RGB (Red+Green+Blue) = 154+185+206=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 206 - color contains mainly: blue. Hex color #9AB9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB9CE is #654631. Grayscale: #B2B2B2. Windows color (decimal): -6637106 or 13547930. OLE color: 13547930.

HSL color Cylindrical-coordinate representation of color #9AB9CE: hue angle of 204.23º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9AB9CE is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB154185206-
CMYK0.250.1000.19
HSL204.23º34.67%70.59%-
HSV(B)204.23º25.24%80.78%-
XYZ41.8246.0265.07-
YUV178.12143.73110.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.26%
GREEN value IS 185 (72.66% from 255) = 33.94%
BLUE value IS 206 (80.86% from 255) = 37.80%
R=28.26%
G=33.94%
B=37.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541852060.250.1000.19204.2334.6770.59
Hex9AB9CE19A013cc2347
Octal232271316311202331443107
Binary100110101011100111001110110011010010011110011001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,185,206); }

 H1.HeaderClassName
 {
   color: #9AB9CE;
 }
 .AnyTagClassName
 {
   color: #9AB9CE;
 }
</style>
background-color css

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

 a { background-color: rgb(154,185,206); }

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

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

 span { border-color: rgb(154,185,206); }

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