Html Css Color HEX #AAD1EE Sail

📋 copy color: '#AAD1EE'

red 170 ◦ green 209 ◦ blue 238

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

Shades of Sail #AAD1EE

Tints of Sail #AAD1EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.57%

R = 27.55%
G = 33.87%
B = 38.57%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AAD1EE (or 0xAAD1EE) is known color: Sail. HEX triplet: AA, D1 and EE. RGB value is (170,209,238). Sum of RGB (Red+Green+Blue) = 170+209+238=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 209 (82.03% from 255 or 33.87% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAD1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD1EE is #552E11. Grayscale: #C8C8C8. Windows color (decimal): -5582354 or 15651242. OLE color: 15651242.

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

Color convert

RGB 170 209 238 -
CMYK 0.29 0.12 0 0.07
HSL 205.59º 0.67% 0.8% -
HSV(B) 205.59º 0.29% 0.93% -
XYZ 54.81 60.32 89.64 -
YUV 200.65 149.08 106.14 -
System Red Green Blue C M Y K H S L
Decimal 170 209 238 0.29 0.12 0 0.07 205.59 0.67 0.8
Hex AA D1 EE 1D C 0 7 CE 43 50
Octal 252 321 356 35 14 0 7 316 103 120
Binary 10101010 11010001 11101110 11101 1100 0 111 11001110 1000011 1010000

Color Harmonies of #AAD1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD1EE

Black with #AAD1EE

Text Example


Text Example

White with #AAD1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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