#9AB8CD

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

Shades of Heather #9AB8CD

Tints of Heather #9AB8CD

Color information

#9AB8CD (or 0x9AB8CD) is unknown color: approx Heather. HEX triplet: 9A, B8 and CD. RGB value is (154,184,205). Sum of RGB (Red+Green+Blue) = 154+184+205=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #9AB8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB8CD is #654732. Grayscale: #B1B1B1. Windows color (decimal): -6637363 or 13482138. OLE color: 13482138.

HSL color Cylindrical-coordinate representation of color #9AB8CD: hue angle of 204.71º degrees, saturation: 0.34, 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 #9AB8CD is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB154184205-
CMYK0.250.1000.20
HSL204.71º33.77%70.39%-
HSV(B)204.71º24.88%80.39%-
XYZ41.4945.5664.36-
YUV177.42143.56111.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.36%
GREEN value IS 184 (72.27% from 255) = 33.89%
BLUE value IS 205 (80.47% from 255) = 37.75%
R=28.36%
G=33.89%
B=37.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541842050.250.1000.20204.7133.7770.39
Hex9AB8CD19A014cd2246
Octal232270315311202431542106
Binary100110101011100011001101110011010010100110011011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,184,205); }

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

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

 a { background-color: rgb(154,184,205); }

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

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

 span { border-color: rgb(154,184,205); }

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