Html Css Color HEX #AAD1ED Sail

📋 copy color: '#AAD1ED'

red 170 ◦ green 209 ◦ blue 237

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

Shades of Sail #AAD1ED

Tints of Sail #AAD1ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.47%

R = 27.6%
G = 33.93%
B = 38.47%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AAD1ED (or 0xAAD1ED) is known color: Sail. HEX triplet: AA, D1 and ED. RGB value is (170,209,237). Sum of RGB (Red+Green+Blue) = 170+209+237=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 209 (82.03% from 255 or 33.93% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #AAD1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD1ED is #552E12. Grayscale: #C8C8C8. Windows color (decimal): -5582355 or 15585706. OLE color: 15585706.

HSL color Cylindrical-coordinate representation of color #AAD1ED: hue angle of 205.07º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAD1ED is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 209 237 -
CMYK 0.28 0.12 0 0.07
HSL 205.07º 0.65% 0.8% -
HSV(B) 205.07º 0.28% 0.93% -
XYZ 54.66 60.26 88.87 -
YUV 200.53 148.58 106.22 -
System Red Green Blue C M Y K H S L
Decimal 170 209 237 0.28 0.12 0 0.07 205.07 0.65 0.8
Hex AA D1 ED 1C C 0 7 CD 41 50
Octal 252 321 355 34 14 0 7 315 101 120
Binary 10101010 11010001 11101101 11100 1100 0 111 11001101 1000001 1010000

Color Harmonies of #AAD1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD1ED

Black with #AAD1ED

Text Example


Text Example

White with #AAD1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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