Html Css Color HEX #AAD0E5 Sail

📋 copy color: '#AAD0E5'

red 170 ◦ green 208 ◦ blue 229

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

Shades of Sail #AAD0E5

Tints of Sail #AAD0E5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.27%

 BLUE value IS 229 (89.84% from 255) = 37.73%

R = 28.01%
G = 34.27%
B = 37.73%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AAD0E5 (or 0xAAD0E5) is known color: Sail. HEX triplet: AA, D0 and E5. RGB value is (170,208,229). Sum of RGB (Red+Green+Blue) = 170+208+229=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAD0E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0E5 is #552F1A. Grayscale: #C6C6C6. Windows color (decimal): -5582619 or 15061162. OLE color: 15061162.

HSL color Cylindrical-coordinate representation of color #AAD0E5: hue angle of 201.36º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAD0E5 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 208 229 -
CMYK 0.26 0.09 0 0.10
HSL 201.36º 0.53% 0.78% -
HSV(B) 201.36º 0.26% 0.9% -
XYZ 53.28 59.31 82.77 -
YUV 199.03 144.91 107.29 -
System Red Green Blue C M Y K H S L
Decimal 170 208 229 0.26 0.09 0 0.10 201.36 0.53 0.78
Hex AA D0 E5 1A 9 0 A C9 35 4E
Octal 252 320 345 32 11 0 12 311 65 116
Binary 10101010 11010000 11100101 11010 1001 0 1010 11001001 110101 1001110

Color Harmonies of #AAD0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD0E5

Black with #AAD0E5

Text Example


Text Example

White with #AAD0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD0E5; }

 p { color: rgb(170,208,229); }

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

background-color css

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

 a { background-color: rgb(170,208,229); }

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

border-color css

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

 span { border-color: rgb(170,208,229); }

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