Html Css Color HEX #AAD0EA Sail

📋 copy color: '#AAD0EA'

red 170 ◦ green 208 ◦ blue 234

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

Shades of Sail #AAD0EA

Tints of Sail #AAD0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.24%

R = 27.78%
G = 33.99%
B = 38.24%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AAD0EA (or 0xAAD0EA) is known color: Sail. HEX triplet: AA, D0 and EA. RGB value is (170,208,234). Sum of RGB (Red+Green+Blue) = 170+208+234=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAD0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD0EA is #552F15. Grayscale: #C7C7C7. Windows color (decimal): -5582614 or 15388842. OLE color: 15388842.

HSL color Cylindrical-coordinate representation of color #AAD0EA: hue angle of 204.38º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAD0EA is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 208 234 -
CMYK 0.27 0.11 0 0.08
HSL 204.38º 0.6% 0.79% -
HSV(B) 204.38º 0.27% 0.92% -
XYZ 53.98 59.6 86.5 -
YUV 199.6 147.41 106.89 -
System Red Green Blue C M Y K H S L
Decimal 170 208 234 0.27 0.11 0 0.08 204.38 0.6 0.79
Hex AA D0 EA 1B B 0 8 CC 3C 4F
Octal 252 320 352 33 13 0 10 314 74 117
Binary 10101010 11010000 11101010 11011 1011 0 1000 11001100 111100 1001111

Color Harmonies of #AAD0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD0EA

Black with #AAD0EA

Text Example


Text Example

White with #AAD0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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