Html Css Color HEX #AAD6F4 Sail

📋 copy color: '#AAD6F4'

red 170 ◦ green 214 ◦ blue 244

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

Shades of Sail #AAD6F4

Tints of Sail #AAD6F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.85%

R = 27.07%
G = 34.08%
B = 38.85%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AAD6F4 (or 0xAAD6F4) is known color: Sail. HEX triplet: AA, D6 and F4. RGB value is (170,214,244). Sum of RGB (Red+Green+Blue) = 170+214+244=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 244 (95.70% from 255 or 38.85% from 628); Max value from RGB is 244 - color contains mainly: blue. Hex color #AAD6F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD6F4 is #55290B. Grayscale: #CCCCCC. Windows color (decimal): -5581068 or 16045738. OLE color: 16045738.

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

Color convert

RGB 170 214 244 -
CMYK 0.30 0.12 0 0.04
HSL 204.32º 0.77% 0.81% -
HSV(B) 204.32º 0.3% 0.96% -
XYZ 56.95 63.17 94.78 -
YUV 204.26 150.42 103.56 -
System Red Green Blue C M Y K H S L
Decimal 170 214 244 0.30 0.12 0 0.04 204.32 0.77 0.81
Hex AA D6 F4 1E C 0 4 CC 4D 51
Octal 252 326 364 36 14 0 4 314 115 121
Binary 10101010 11010110 11110100 11110 1100 0 100 11001100 1001101 1010001

Color Harmonies of #AAD6F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD6F4

Black with #AAD6F4

Text Example


Text Example

White with #AAD6F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD6F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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