Html Css Color HEX #AAD2E9 Sail

📋 copy color: '#AAD2E9'

red 170 ◦ green 210 ◦ blue 233

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

Shades of Sail #AAD2E9

Tints of Sail #AAD2E9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.26%

 BLUE value IS 233 (91.41% from 255) = 38.01%

R = 27.73%
G = 34.26%
B = 38.01%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AAD2E9 (or 0xAAD2E9) is known color: Sail. HEX triplet: AA, D2 and E9. RGB value is (170,210,233). Sum of RGB (Red+Green+Blue) = 170+210+233=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 233 - color contains mainly: blue. Hex color #AAD2E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD2E9 is #552D16. Grayscale: #C8C8C8. Windows color (decimal): -5582103 or 15323818. OLE color: 15323818.

HSL color Cylindrical-coordinate representation of color #AAD2E9: hue angle of 201.9º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAD2E9 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 210 233 -
CMYK 0.27 0.10 0 0.09
HSL 201.9º 0.59% 0.79% -
HSV(B) 201.9º 0.27% 0.91% -
XYZ 54.33 60.52 85.91 -
YUV 200.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 170 210 233 0.27 0.10 0 0.09 201.9 0.59 0.79
Hex AA D2 E9 1B A 0 9 CA 3B 4F
Octal 252 322 351 33 12 0 11 312 73 117
Binary 10101010 11010010 11101001 11011 1010 0 1001 11001010 111011 1001111

Color Harmonies of #AAD2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD2E9

Black with #AAD2E9

Text Example


Text Example

White with #AAD2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD2E9; }

 p { color: rgb(170,210,233); }

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

background-color css

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

 a { background-color: rgb(170,210,233); }

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

border-color css

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

 span { border-color: rgb(170,210,233); }

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