Html Css Color HEX #AAD6F2 Sail

📋 copy color: '#AAD6F2'

red 170 ◦ green 214 ◦ blue 242

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

Shades of Sail #AAD6F2

Tints of Sail #AAD6F2

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.19%

 BLUE value IS 242 (94.92% from 255) = 38.66%

R = 27.16%
G = 34.19%
B = 38.66%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AAD6F2 (or 0xAAD6F2) is known color: Sail. HEX triplet: AA, D6 and F2. RGB value is (170,214,242). Sum of RGB (Red+Green+Blue) = 170+214+242=626 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.16% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAD6F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD6F2 is #55290D. Grayscale: #CBCBCB. Windows color (decimal): -5581070 or 15914666. OLE color: 15914666.

HSL color Cylindrical-coordinate representation of color #AAD6F2: hue angle of 203.33º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAD6F2 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 214 242 -
CMYK 0.30 0.12 0 0.05
HSL 203.33º 0.73% 0.81% -
HSV(B) 203.33º 0.3% 0.95% -
XYZ 56.65 63.05 93.19 -
YUV 204.04 149.42 103.72 -
System Red Green Blue C M Y K H S L
Decimal 170 214 242 0.30 0.12 0 0.05 203.33 0.73 0.81
Hex AA D6 F2 1E C 0 5 CB 49 51
Octal 252 326 362 36 14 0 5 313 111 121
Binary 10101010 11010110 11110010 11110 1100 0 101 11001011 1001001 1010001

Color Harmonies of #AAD6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD6F2

Black with #AAD6F2

Text Example


Text Example

White with #AAD6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD6F2; }

 p { color: rgb(170,214,242); }

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

background-color css

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

 a { background-color: rgb(170,214,242); }

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

border-color css

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

 span { border-color: rgb(170,214,242); }

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