Html Css Color HEX #AAD0EC Sail

📋 copy color: '#AAD0EC'

red 170 ◦ green 208 ◦ blue 236

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

Shades of Sail #AAD0EC

Tints of Sail #AAD0EC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.88%

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

R = 27.69%
G = 33.88%
B = 38.44%

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

#AAD0EC (or 0xAAD0EC) is known color: Sail. HEX triplet: AA, D0 and EC. RGB value is (170,208,236). Sum of RGB (Red+Green+Blue) = 170+208+236=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAD0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD0EC is #552F13. Grayscale: #C7C7C7. Windows color (decimal): -5582612 or 15519914. OLE color: 15519914.

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

Color convert

RGB 170 208 236 -
CMYK 0.28 0.12 0 0.07
HSL 205.45º 0.63% 0.8% -
HSV(B) 205.45º 0.28% 0.93% -
XYZ 54.27 59.71 88.02 -
YUV 199.83 148.41 106.72 -
System Red Green Blue C M Y K H S L
Decimal 170 208 236 0.28 0.12 0 0.07 205.45 0.63 0.8
Hex AA D0 EC 1C C 0 7 CD 3F 50
Octal 252 320 354 34 14 0 7 315 77 120
Binary 10101010 11010000 11101100 11100 1100 0 111 11001101 111111 1010000

Color Harmonies of #AAD0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD0EC

Black with #AAD0EC

Text Example


Text Example

White with #AAD0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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