Html Css Color HEX #A5B9CD Spindle

📋 copy color: '#A5B9CD'

red 165 ◦ green 185 ◦ blue 205

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

Shades of Spindle #A5B9CD

Tints of Spindle #A5B9CD

RGB

 RED value IS 165 (64.84% from 255) = 29.73%

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

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

R = 29.73%
G = 33.33%
B = 36.94%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A5B9CD (or 0xA5B9CD) is known color: Spindle. HEX triplet: A5, B9 and CD. RGB value is (165,185,205). Sum of RGB (Red+Green+Blue) = 165+185+205=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #A5B9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B9CD is #5A4632. Grayscale: #B5B5B5. Windows color (decimal): -5916211 or 13482405. OLE color: 13482405.

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

Color convert

RGB 165 185 205 -
CMYK 0.20 0.10 0 0.20
HSL 210º 0.29% 0.73% -
HSV(B) 210º 0.2% 0.8% -
XYZ 43.89 47.11 64.54 -
YUV 181.3 141.37 116.37 -
System Red Green Blue C M Y K H S L
Decimal 165 185 205 0.20 0.10 0 0.20 210 0.29 0.73
Hex A5 B9 CD 14 A 0 14 D2 1D 49
Octal 245 271 315 24 12 0 24 322 35 111
Binary 10100101 10111001 11001101 10100 1010 0 10100 11010010 11101 1001001

Color Harmonies of #A5B9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B9CD

Black with #A5B9CD

Text Example


Text Example

White with #A5B9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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