Html Css Color HEX #AAD9F3 Sail

📋 copy color: '#AAD9F3'

red 170 ◦ green 217 ◦ blue 243

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

Shades of Sail #AAD9F3

Tints of Sail #AAD9F3

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.44%

 BLUE value IS 243 (95.31% from 255) = 38.57%

R = 26.98%
G = 34.44%
B = 38.57%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AAD9F3 (or 0xAAD9F3) is known color: Sail. HEX triplet: AA, D9 and F3. RGB value is (170,217,243). Sum of RGB (Red+Green+Blue) = 170+217+243=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAD9F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD9F3 is #55260C. Grayscale: #CDCDCD. Windows color (decimal): -5580301 or 15980970. OLE color: 15980970.

HSL color Cylindrical-coordinate representation of color #AAD9F3: hue angle of 201.37º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAD9F3 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 217 243 -
CMYK 0.30 0.11 0 0.05
HSL 201.37º 0.75% 0.81% -
HSV(B) 201.37º 0.3% 0.95% -
XYZ 57.57 64.64 94.24 -
YUV 205.91 148.93 102.39 -
System Red Green Blue C M Y K H S L
Decimal 170 217 243 0.30 0.11 0 0.05 201.37 0.75 0.81
Hex AA D9 F3 1E B 0 5 C9 4B 51
Octal 252 331 363 36 13 0 5 311 113 121
Binary 10101010 11011001 11110011 11110 1011 0 101 11001001 1001011 1010001

Color Harmonies of #AAD9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD9F3

Black with #AAD9F3

Text Example


Text Example

White with #AAD9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD9F3; }

 p { color: rgb(170,217,243); }

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

background-color css

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

 a { background-color: rgb(170,217,243); }

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

border-color css

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

 span { border-color: rgb(170,217,243); }

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