Html Css Color HEX #AAC4D8 Spindle

📋 copy color: '#AAC4D8'

red 170 ◦ green 196 ◦ blue 216

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

Shades of Spindle #AAC4D8

Tints of Spindle #AAC4D8

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.68%

 BLUE value IS 216 (84.77% from 255) = 37.11%

R = 29.21%
G = 33.68%
B = 37.11%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AAC4D8 (or 0xAAC4D8) is known color: Spindle. HEX triplet: AA, C4 and D8. RGB value is (170,196,216). Sum of RGB (Red+Green+Blue) = 170+196+216=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 196 (76.95% from 255 or 33.68% from 582); Blue value is 216 (84.77% from 255 or 37.11% from 582); Max value from RGB is 216 - color contains mainly: blue. Hex color #AAC4D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC4D8 is #553B27. Grayscale: #BEBEBE. Windows color (decimal): -5585704 or 14206122. OLE color: 14206122.

HSL color Cylindrical-coordinate representation of color #AAC4D8: hue angle of 206.09º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAC4D8 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 196 216 -
CMYK 0.21 0.09 0 0.15
HSL 206.09º 0.37% 0.76% -
HSV(B) 206.09º 0.21% 0.85% -
XYZ 48.71 52.98 72.63 -
YUV 190.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 170 196 216 0.21 0.09 0 0.15 206.09 0.37 0.76
Hex AA C4 D8 15 9 0 F CE 25 4C
Octal 252 304 330 25 11 0 17 316 45 114
Binary 10101010 11000100 11011000 10101 1001 0 1111 11001110 100101 1001100

Color Harmonies of #AAC4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC4D8

Black with #AAC4D8

Text Example


Text Example

White with #AAC4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC4D8; }

 p { color: rgb(170,196,216); }

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

background-color css

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

 a { background-color: rgb(170,196,216); }

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

border-color css

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

 span { border-color: rgb(170,196,216); }

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