Html Css Color HEX #A8B9CD Spindle

📋 copy color: '#A8B9CD'

red 168 ◦ green 185 ◦ blue 205

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

Shades of Spindle #A8B9CD

Tints of Spindle #A8B9CD

RGB

 RED value IS 168 (66.02% from 255) = 30.11%

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

 BLUE value IS 205 (80.47% from 255) = 36.74%

R = 30.11%
G = 33.15%
B = 36.74%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A8B9CD (or 0xA8B9CD) is known color: Spindle. HEX triplet: A8, B9 and CD. RGB value is (168,185,205). Sum of RGB (Red+Green+Blue) = 168+185+205=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #A8B9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B9CD is #574632. Grayscale: #B6B6B6. Windows color (decimal): -5719603 or 13482408. OLE color: 13482408.

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

Color convert

RGB 168 185 205 -
CMYK 0.18 0.10 0 0.20
HSL 212.43º 0.27% 0.73% -
HSV(B) 212.43º 0.18% 0.8% -
XYZ 44.52 47.43 64.57 -
YUV 182.2 140.87 117.87 -
System Red Green Blue C M Y K H S L
Decimal 168 185 205 0.18 0.10 0 0.20 212.43 0.27 0.73
Hex A8 B9 CD 12 A 0 14 D4 1B 49
Octal 250 271 315 22 12 0 24 324 33 111
Binary 10101000 10111001 11001101 10010 1010 0 10100 11010100 11011 1001001

Color Harmonies of #A8B9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B9CD

Black with #A8B9CD

Text Example


Text Example

White with #A8B9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B9CD; }

 p { color: rgb(168,185,205); }

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

background-color css

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

 a { background-color: rgb(168,185,205); }

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

border-color css

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

 span { border-color: rgb(168,185,205); }

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