Html Css Color HEX #AAD3EC Sail

📋 copy color: '#AAD3EC'

red 170 ◦ green 211 ◦ blue 236

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

Shades of Sail #AAD3EC

Tints of Sail #AAD3EC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.2%

 BLUE value IS 236 (92.58% from 255) = 38.25%

R = 27.55%
G = 34.2%
B = 38.25%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AAD3EC (or 0xAAD3EC) is known color: Sail. HEX triplet: AA, D3 and EC. RGB value is (170,211,236). Sum of RGB (Red+Green+Blue) = 170+211+236=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAD3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD3EC is #552C13. Grayscale: #C9C9C9. Windows color (decimal): -5581844 or 15520682. OLE color: 15520682.

HSL color Cylindrical-coordinate representation of color #AAD3EC: hue angle of 202.73º degrees, saturation: 0.63, 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 #AAD3EC is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 211 236 -
CMYK 0.28 0.11 0 0.07
HSL 202.73º 0.63% 0.8% -
HSV(B) 202.73º 0.28% 0.93% -
XYZ 55.01 61.19 88.27 -
YUV 201.59 147.42 105.47 -
System Red Green Blue C M Y K H S L
Decimal 170 211 236 0.28 0.11 0 0.07 202.73 0.63 0.8
Hex AA D3 EC 1C B 0 7 CB 3F 50
Octal 252 323 354 34 13 0 7 313 77 120
Binary 10101010 11010011 11101100 11100 1011 0 111 11001011 111111 1010000

Color Harmonies of #AAD3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD3EC

Black with #AAD3EC

Text Example


Text Example

White with #AAD3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD3EC; }

 p { color: rgb(170,211,236); }

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

background-color css

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

 a { background-color: rgb(170,211,236); }

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

border-color css

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

 span { border-color: rgb(170,211,236); }

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