Html Css Color HEX #AABDD0 Spindle

📋 copy color: '#AABDD0'

red 170 ◦ green 189 ◦ blue 208

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

Shades of Spindle #AABDD0

Tints of Spindle #AABDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.68%

R = 29.98%
G = 33.33%
B = 36.68%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AABDD0 (or 0xAABDD0) is known color: Spindle. HEX triplet: AA, BD and D0. RGB value is (170,189,208). Sum of RGB (Red+Green+Blue) = 170+189+208=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 208 - color contains mainly: blue. Hex color #AABDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDD0 is #55422F. Grayscale: #B9B9B9. Windows color (decimal): -5587504 or 13680042. OLE color: 13680042.

HSL color Cylindrical-coordinate representation of color #AABDD0: hue angle of 210º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AABDD0 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 189 208 -
CMYK 0.18 0.09 0 0.18
HSL 210º 0.29% 0.74% -
HSV(B) 210º 0.18% 0.82% -
XYZ 46.16 49.5 66.8 -
YUV 185.49 140.71 116.96 -
System Red Green Blue C M Y K H S L
Decimal 170 189 208 0.18 0.09 0 0.18 210 0.29 0.74
Hex AA BD D0 12 9 0 12 D2 1D 4A
Octal 252 275 320 22 11 0 22 322 35 112
Binary 10101010 10111101 11010000 10010 1001 0 10010 11010010 11101 1001010

Color Harmonies of #AABDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDD0

Black with #AABDD0

Text Example


Text Example

White with #AABDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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