Html Css Color HEX #AABBCD Spindle

📋 copy color: '#AABBCD'

red 170 ◦ green 187 ◦ blue 205

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

Shades of Spindle #AABBCD

Tints of Spindle #AABBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.27%

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

R = 30.25%
G = 33.27%
B = 36.48%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AABBCD (or 0xAABBCD) is known color: Spindle. HEX triplet: AA, BB and CD. RGB value is (170,187,205). Sum of RGB (Red+Green+Blue) = 170+187+205=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #AABBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBCD is #554432. Grayscale: #B7B7B7. Windows color (decimal): -5588019 or 13482922. OLE color: 13482922.

HSL color Cylindrical-coordinate representation of color #AABBCD: hue angle of 210.86º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AABBCD is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 187 205 -
CMYK 0.17 0.09 0 0.20
HSL 210.86º 0.26% 0.74% -
HSV(B) 210.86º 0.17% 0.8% -
XYZ 45.37 48.49 64.73 -
YUV 183.97 139.87 118.04 -
System Red Green Blue C M Y K H S L
Decimal 170 187 205 0.17 0.09 0 0.20 210.86 0.26 0.74
Hex AA BB CD 11 9 0 14 D3 1A 4A
Octal 252 273 315 21 11 0 24 323 32 112
Binary 10101010 10111011 11001101 10001 1001 0 10100 11010011 11010 1001010

Color Harmonies of #AABBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBCD

Black with #AABBCD

Text Example


Text Example

White with #AABBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBCD; }

 p { color: rgb(170,187,205); }

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

background-color css

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

 a { background-color: rgb(170,187,205); }

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

border-color css

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

 span { border-color: rgb(170,187,205); }

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