Html Css Color HEX #AAD6F1 Sail

📋 copy color: '#AAD6F1'

red 170 ◦ green 214 ◦ blue 241

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

Shades of Sail #AAD6F1

Tints of Sail #AAD6F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.56%

R = 27.2%
G = 34.24%
B = 38.56%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AAD6F1 (or 0xAAD6F1) is known color: Sail. HEX triplet: AA, D6 and F1. RGB value is (170,214,241). Sum of RGB (Red+Green+Blue) = 170+214+241=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAD6F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD6F1 is #55290E. Grayscale: #CBCBCB. Windows color (decimal): -5581071 or 15849130. OLE color: 15849130.

HSL color Cylindrical-coordinate representation of color #AAD6F1: hue angle of 202.82º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAD6F1 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 214 241 -
CMYK 0.29 0.11 0 0.05
HSL 202.82º 0.72% 0.81% -
HSV(B) 202.82º 0.29% 0.95% -
XYZ 56.5 62.99 92.4 -
YUV 203.92 148.92 103.8 -
System Red Green Blue C M Y K H S L
Decimal 170 214 241 0.29 0.11 0 0.05 202.82 0.72 0.81
Hex AA D6 F1 1D B 0 5 CB 48 51
Octal 252 326 361 35 13 0 5 313 110 121
Binary 10101010 11010110 11110001 11101 1011 0 101 11001011 1001000 1010001

Color Harmonies of #AAD6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD6F1

Black with #AAD6F1

Text Example


Text Example

White with #AAD6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD6F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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