Html Css Color HEX #AAD1E8 Sail

📋 copy color: '#AAD1E8'

red 170 ◦ green 209 ◦ blue 232

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

Shades of Sail #AAD1E8

Tints of Sail #AAD1E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.97%

R = 27.82%
G = 34.21%
B = 37.97%

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

#AAD1E8 (or 0xAAD1E8) is known color: Sail. HEX triplet: AA, D1 and E8. RGB value is (170,209,232). Sum of RGB (Red+Green+Blue) = 170+209+232=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 209 (82.03% from 255 or 34.21% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 232 - color contains mainly: blue. Hex color #AAD1E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD1E8 is #552E17. Grayscale: #C7C7C7. Windows color (decimal): -5582360 or 15258026. OLE color: 15258026.

HSL color Cylindrical-coordinate representation of color #AAD1E8: hue angle of 202.26º degrees, saturation: 0.57, 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 #AAD1E8 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 209 232 -
CMYK 0.27 0.10 0 0.09
HSL 202.26º 0.57% 0.79% -
HSV(B) 202.26º 0.27% 0.91% -
XYZ 53.94 59.97 85.08 -
YUV 199.96 146.08 106.63 -
System Red Green Blue C M Y K H S L
Decimal 170 209 232 0.27 0.10 0 0.09 202.26 0.57 0.79
Hex AA D1 E8 1B A 0 9 CA 39 4F
Octal 252 321 350 33 12 0 11 312 71 117
Binary 10101010 11010001 11101000 11011 1010 0 1001 11001010 111001 1001111

Color Harmonies of #AAD1E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD1E8

Black with #AAD1E8

Text Example


Text Example

White with #AAD1E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD1E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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