Html Css Color HEX #AAD1EA Sail

📋 copy color: '#AAD1EA'

red 170 ◦ green 209 ◦ blue 234

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

Shades of Sail #AAD1EA

Tints of Sail #AAD1EA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.09%

 BLUE value IS 234 (91.8% from 255) = 38.17%

R = 27.73%
G = 34.09%
B = 38.17%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AAD1EA (or 0xAAD1EA) is known color: Sail. HEX triplet: AA, D1 and EA. RGB value is (170,209,234). Sum of RGB (Red+Green+Blue) = 170+209+234=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAD1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD1EA is #552E15. Grayscale: #C8C8C8. Windows color (decimal): -5582358 or 15389098. OLE color: 15389098.

HSL color Cylindrical-coordinate representation of color #AAD1EA: hue angle of 203.44º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAD1EA is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 209 234 -
CMYK 0.27 0.11 0 0.08
HSL 203.44º 0.6% 0.79% -
HSV(B) 203.44º 0.27% 0.92% -
XYZ 54.23 60.09 86.58 -
YUV 200.19 147.08 106.47 -
System Red Green Blue C M Y K H S L
Decimal 170 209 234 0.27 0.11 0 0.08 203.44 0.6 0.79
Hex AA D1 EA 1B B 0 8 CB 3C 4F
Octal 252 321 352 33 13 0 10 313 74 117
Binary 10101010 11010001 11101010 11011 1011 0 1000 11001011 111100 1001111

Color Harmonies of #AAD1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD1EA

Black with #AAD1EA

Text Example


Text Example

White with #AAD1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD1EA; }

 p { color: rgb(170,209,234); }

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

background-color css

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

 a { background-color: rgb(170,209,234); }

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

border-color css

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

 span { border-color: rgb(170,209,234); }

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