#9ABDCA

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

Shades of Heather #9ABDCA

Tints of Heather #9ABDCA

Color information

#9ABDCA (or 0x9ABDCA) is unknown color: approx Heather. HEX triplet: 9A, BD and CA. RGB value is (154,189,202). Sum of RGB (Red+Green+Blue) = 154+189+202=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 202 - color contains mainly: blue. Hex color #9ABDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDCA is #654235. Grayscale: #B3B3B3. Windows color (decimal): -6636086 or 13286810. OLE color: 13286810.

HSL color Cylindrical-coordinate representation of color #9ABDCA: hue angle of 196.25º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ABDCA is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB154189202-
CMYK0.240.0600.21
HSL196.25º31.17%69.8%-
HSV(B)196.25º23.76%79.22%-
XYZ42.1847.5362.83-
YUV180.02140.4109.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.26%
GREEN value IS 189 (74.22% from 255) = 34.68%
BLUE value IS 202 (79.30% from 255) = 37.06%
R=28.26%
G=34.68%
B=37.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1541892020.240.0600.21196.2531.1769.8
Hex9ABDCA186015c41f46
Octal23227531230602530437106
Binary1001101010111101110010101100011001010111000100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,189,202); }

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

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

 a { background-color: rgb(154,189,202); }

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

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

 span { border-color: rgb(154,189,202); }

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