Html Css Color HEX #AAD0E7 Sail

📋 copy color: '#AAD0E7'

red 170 ◦ green 208 ◦ blue 231

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

Shades of Sail #AAD0E7

Tints of Sail #AAD0E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.93%

R = 27.91%
G = 34.15%
B = 37.93%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AAD0E7 (or 0xAAD0E7) is known color: Sail. HEX triplet: AA, D0 and E7. RGB value is (170,208,231). Sum of RGB (Red+Green+Blue) = 170+208+231=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #AAD0E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD0E7 is #552F18. Grayscale: #C7C7C7. Windows color (decimal): -5582617 or 15192234. OLE color: 15192234.

HSL color Cylindrical-coordinate representation of color #AAD0E7: hue angle of 202.62º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAD0E7 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 208 231 -
CMYK 0.26 0.10 0 0.09
HSL 202.62º 0.56% 0.79% -
HSV(B) 202.62º 0.26% 0.91% -
XYZ 53.56 59.43 84.25 -
YUV 199.26 145.91 107.13 -
System Red Green Blue C M Y K H S L
Decimal 170 208 231 0.26 0.10 0 0.09 202.62 0.56 0.79
Hex AA D0 E7 1A A 0 9 CB 38 4F
Octal 252 320 347 32 12 0 11 313 70 117
Binary 10101010 11010000 11100111 11010 1010 0 1001 11001011 111000 1001111

Color Harmonies of #AAD0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD0E7

Black with #AAD0E7

Text Example


Text Example

White with #AAD0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD0E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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