Html Css Color HEX #AAC9DF Sail

📋 copy color: '#AAC9DF'

red 170 ◦ green 201 ◦ blue 223

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

Shades of Sail #AAC9DF

Tints of Sail #AAC9DF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.84%

 BLUE value IS 223 (87.5% from 255) = 37.54%

R = 28.62%
G = 33.84%
B = 37.54%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AAC9DF (or 0xAAC9DF) is known color: Sail. HEX triplet: AA, C9 and DF. RGB value is (170,201,223). Sum of RGB (Red+Green+Blue) = 170+201+223=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAC9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC9DF is #553620. Grayscale: #C2C2C2. Windows color (decimal): -5584417 or 14666154. OLE color: 14666154.

HSL color Cylindrical-coordinate representation of color #AAC9DF: hue angle of 204.91º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAC9DF is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 201 223 -
CMYK 0.24 0.10 0 0.13
HSL 204.91º 0.45% 0.77% -
HSV(B) 204.91º 0.24% 0.87% -
XYZ 50.78 55.65 77.88 -
YUV 194.24 144.23 110.71 -
System Red Green Blue C M Y K H S L
Decimal 170 201 223 0.24 0.10 0 0.13 204.91 0.45 0.77
Hex AA C9 DF 18 A 0 D CD 2D 4D
Octal 252 311 337 30 12 0 15 315 55 115
Binary 10101010 11001001 11011111 11000 1010 0 1101 11001101 101101 1001101

Color Harmonies of #AAC9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC9DF

Black with #AAC9DF

Text Example


Text Example

White with #AAC9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC9DF; }

 p { color: rgb(170,201,223); }

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

background-color css

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

 a { background-color: rgb(170,201,223); }

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

border-color css

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

 span { border-color: rgb(170,201,223); }

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