Html Css Color HEX #AAC4DA Spindle

📋 copy color: '#AAC4DA'

red 170 ◦ green 196 ◦ blue 218

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

Shades of Spindle #AAC4DA

Tints of Spindle #AAC4DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.33%

R = 29.11%
G = 33.56%
B = 37.33%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AAC4DA (or 0xAAC4DA) is known color: Spindle. HEX triplet: AA, C4 and DA. RGB value is (170,196,218). Sum of RGB (Red+Green+Blue) = 170+196+218=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 196 (76.95% from 255 or 33.56% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #AAC4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC4DA is #553B25. Grayscale: #BEBEBE. Windows color (decimal): -5585702 or 14337194. OLE color: 14337194.

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

Color convert

RGB 170 196 218 -
CMYK 0.22 0.10 0 0.15
HSL 207.5º 0.39% 0.76% -
HSV(B) 207.5º 0.22% 0.85% -
XYZ 48.97 53.09 74 -
YUV 190.73 143.39 113.21 -
System Red Green Blue C M Y K H S L
Decimal 170 196 218 0.22 0.10 0 0.15 207.5 0.39 0.76
Hex AA C4 DA 16 A 0 F D0 27 4C
Octal 252 304 332 26 12 0 17 320 47 114
Binary 10101010 11000100 11011010 10110 1010 0 1111 11010000 100111 1001100

Color Harmonies of #AAC4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC4DA

Black with #AAC4DA

Text Example


Text Example

White with #AAC4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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