Html Css Color HEX #AABDCF Spindle

📋 copy color: '#AABDCF'

red 170 ◦ green 189 ◦ blue 207

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

Shades of Spindle #AABDCF

Tints of Spindle #AABDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.57%

R = 30.04%
G = 33.39%
B = 36.57%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AABDCF (or 0xAABDCF) is known color: Spindle. HEX triplet: AA, BD and CF. RGB value is (170,189,207). Sum of RGB (Red+Green+Blue) = 170+189+207=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 207 - color contains mainly: blue. Hex color #AABDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDCF is #554230. Grayscale: #B9B9B9. Windows color (decimal): -5587505 or 13614506. OLE color: 13614506.

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

Color convert

RGB 170 189 207 -
CMYK 0.18 0.09 0 0.19
HSL 209.19º 0.28% 0.74% -
HSV(B) 209.19º 0.18% 0.81% -
XYZ 46.04 49.45 66.15 -
YUV 185.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 170 189 207 0.18 0.09 0 0.19 209.19 0.28 0.74
Hex AA BD CF 12 9 0 13 D1 1C 4A
Octal 252 275 317 22 11 0 23 321 34 112
Binary 10101010 10111101 11001111 10010 1001 0 10011 11010001 11100 1001010

Color Harmonies of #AABDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDCF

Black with #AABDCF

Text Example


Text Example

White with #AABDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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