#9ABCCE

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

Shades of Heather #9ABCCE

Tints of Heather #9ABCCE

Color information

#9ABCCE (or 0x9ABCCE) is unknown color: approx Heather. HEX triplet: 9A, BC and CE. RGB value is (154,188,206). Sum of RGB (Red+Green+Blue) = 154+188+206=548 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.10% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 206 - color contains mainly: blue. Hex color #9ABCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABCCE is #654331. Grayscale: #B3B3B3. Windows color (decimal): -6636338 or 13548698. OLE color: 13548698.

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

Color convert

RGB154188206-
CMYK0.250.0900.19
HSL200.77º34.67%70.59%-
HSV(B)200.77º25.24%80.78%-
XYZ42.4547.2965.28-
YUV179.89142.74109.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.10%
GREEN value IS 188 (73.83% from 255) = 34.31%
BLUE value IS 206 (80.86% from 255) = 37.59%
R=28.10%
G=34.31%
B=37.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541882060.250.0900.19200.7734.6770.59
Hex9ABCCE199013c92347
Octal232274316311102331143107
Binary100110101011110011001110110011001010011110010011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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