Html Css Color HEX #AABCD2 Spindle

📋 copy color: '#AABCD2'

red 170 ◦ green 188 ◦ blue 210

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

Shades of Spindle #AABCD2

Tints of Spindle #AABCD2

RGB

 RED value IS 170 (66.8% from 255) = 29.93%

 GREEN value IS 188 (73.83% from 255) = 33.1%

 BLUE value IS 210 (82.42% from 255) = 36.97%

R = 29.93%
G = 33.1%
B = 36.97%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AABCD2 (or 0xAABCD2) is known color: Spindle. HEX triplet: AA, BC and D2. RGB value is (170,188,210). Sum of RGB (Red+Green+Blue) = 170+188+210=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 210 - color contains mainly: blue. Hex color #AABCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCD2 is #55432D. Grayscale: #B9B9B9. Windows color (decimal): -5587758 or 13810858. OLE color: 13810858.

HSL color Cylindrical-coordinate representation of color #AABCD2: hue angle of 213º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AABCD2 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 188 210 -
CMYK 0.19 0.10 0 0.18
HSL 213º 0.31% 0.75% -
HSV(B) 213º 0.19% 0.82% -
XYZ 46.19 49.17 68.03 -
YUV 185.13 142.04 117.21 -
System Red Green Blue C M Y K H S L
Decimal 170 188 210 0.19 0.10 0 0.18 213 0.31 0.75
Hex AA BC D2 13 A 0 12 D5 1F 4B
Octal 252 274 322 23 12 0 22 325 37 113
Binary 10101010 10111100 11010010 10011 1010 0 10010 11010101 11111 1001011

Color Harmonies of #AABCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCD2

Black with #AABCD2

Text Example


Text Example

White with #AABCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCD2; }

 p { color: rgb(170,188,210); }

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

background-color css

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

 a { background-color: rgb(170,188,210); }

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

border-color css

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

 span { border-color: rgb(170,188,210); }

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