Html Css Color HEX #AABDD2 Spindle

📋 copy color: '#AABDD2'

red 170 ◦ green 189 ◦ blue 210

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

Shades of Spindle #AABDD2

Tints of Spindle #AABDD2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.22%

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

R = 29.88%
G = 33.22%
B = 36.91%

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

#AABDD2 (or 0xAABDD2) is known color: Spindle. HEX triplet: AA, BD and D2. RGB value is (170,189,210). Sum of RGB (Red+Green+Blue) = 170+189+210=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 210 - color contains mainly: blue. Hex color #AABDD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDD2 is #55422D. Grayscale: #B9B9B9. Windows color (decimal): -5587502 or 13811114. OLE color: 13811114.

HSL color Cylindrical-coordinate representation of color #AABDD2: hue angle of 211.5º 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 #AABDD2 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 189 210 -
CMYK 0.19 0.10 0 0.18
HSL 211.5º 0.31% 0.75% -
HSV(B) 211.5º 0.19% 0.82% -
XYZ 46.41 49.59 68.1 -
YUV 185.71 141.71 116.79 -
System Red Green Blue C M Y K H S L
Decimal 170 189 210 0.19 0.10 0 0.18 211.5 0.31 0.75
Hex AA BD D2 13 A 0 12 D4 1F 4B
Octal 252 275 322 23 12 0 22 324 37 113
Binary 10101010 10111101 11010010 10011 1010 0 10010 11010100 11111 1001011

Color Harmonies of #AABDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDD2

Black with #AABDD2

Text Example


Text Example

White with #AABDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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