Html Css Color HEX #A9B9CB Spindle

📋 copy color: '#A9B9CB'

red 169 ◦ green 185 ◦ blue 203

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

Shades of Spindle #A9B9CB

Tints of Spindle #A9B9CB

RGB

 RED value IS 169 (66.41% from 255) = 30.34%

 GREEN value IS 185 (72.66% from 255) = 33.21%

 BLUE value IS 203 (79.69% from 255) = 36.45%

R = 30.34%
G = 33.21%
B = 36.45%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A9B9CB (or 0xA9B9CB) is known color: Spindle. HEX triplet: A9, B9 and CB. RGB value is (169,185,203). Sum of RGB (Red+Green+Blue) = 169+185+203=557 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.34% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 203 - color contains mainly: blue. Hex color #A9B9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B9CB is #564634. Grayscale: #B6B6B6. Windows color (decimal): -5654069 or 13351337. OLE color: 13351337.

HSL color Cylindrical-coordinate representation of color #A9B9CB: hue angle of 211.76º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9B9CB is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 185 203 -
CMYK 0.17 0.09 0 0.20
HSL 211.76º 0.25% 0.73% -
HSV(B) 211.76º 0.17% 0.8% -
XYZ 44.49 47.44 63.31 -
YUV 182.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 169 185 203 0.17 0.09 0 0.20 211.76 0.25 0.73
Hex A9 B9 CB 11 9 0 14 D4 19 49
Octal 251 271 313 21 11 0 24 324 31 111
Binary 10101001 10111001 11001011 10001 1001 0 10100 11010100 11001 1001001

Color Harmonies of #A9B9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B9CB

Black with #A9B9CB

Text Example


Text Example

White with #A9B9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B9CB; }

 p { color: rgb(169,185,203); }

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

background-color css

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

 a { background-color: rgb(169,185,203); }

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

border-color css

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

 span { border-color: rgb(169,185,203); }

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