Html Css Color HEX #AAD2E8 Sail

📋 copy color: '#AAD2E8'

red 170 ◦ green 210 ◦ blue 232

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

Shades of Sail #AAD2E8

Tints of Sail #AAD2E8

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.31%

 BLUE value IS 232 (91.02% from 255) = 37.91%

R = 27.78%
G = 34.31%
B = 37.91%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AAD2E8 (or 0xAAD2E8) is known color: Sail. HEX triplet: AA, D2 and E8. RGB value is (170,210,232). Sum of RGB (Red+Green+Blue) = 170+210+232=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #AAD2E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD2E8 is #552D17. Grayscale: #C8C8C8. Windows color (decimal): -5582104 or 15258282. OLE color: 15258282.

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

Color convert

RGB 170 210 232 -
CMYK 0.27 0.09 0 0.09
HSL 201.29º 0.57% 0.79% -
HSV(B) 201.29º 0.27% 0.91% -
XYZ 54.19 60.47 85.16 -
YUV 200.55 145.75 106.21 -
System Red Green Blue C M Y K H S L
Decimal 170 210 232 0.27 0.09 0 0.09 201.29 0.57 0.79
Hex AA D2 E8 1B 9 0 9 C9 39 4F
Octal 252 322 350 33 11 0 11 311 71 117
Binary 10101010 11010010 11101000 11011 1001 0 1001 11001001 111001 1001111

Color Harmonies of #AAD2E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD2E8

Black with #AAD2E8

Text Example


Text Example

White with #AAD2E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD2E8; }

 p { color: rgb(170,210,232); }

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

background-color css

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

 a { background-color: rgb(170,210,232); }

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

border-color css

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

 span { border-color: rgb(170,210,232); }

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