#AAD5F3

Color #AAD5F3 Sail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sail #AAD5F3

Tints of Sail #AAD5F3

Color information

#AAD5F3 (or 0xAAD5F3) is unknown color: approx Sail. HEX triplet: AA, D5 and F3. RGB value is (170,213,243). Sum of RGB (Red+Green+Blue) = 170+213+243=626 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.16% from 626); Green value is 213 (83.59% from 255 or 34.03% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAD5F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD5F3 is #552A0C. Grayscale: #CBCBCB. Windows color (decimal): -5581325 or 15979946. OLE color: 15979946.

HSL color Cylindrical-coordinate representation of color #AAD5F3: hue angle of 204.66º degrees, saturation: 0.75, 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 #AAD5F3 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170213243-
CMYK0.300.1200.05
HSL204.66º75.26%80.98%-
HSV(B)204.66º30.04%95.29%-
XYZ56.5562.6193.9-
YUV203.56150.25104.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.16%
GREEN value IS 213 (83.59% from 255) = 34.03%
BLUE value IS 243 (95.31% from 255) = 38.82%
R=27.16%
G=34.03%
B=38.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702132430.300.1200.05204.6675.2680.98
HexAAD5F31EC05cd4b51
Octal252325363361405315113121
Binary10101010110101011111001111110110001011100110110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD5F3; }

 p { color: rgb(170,213,243); }

 H1.HeaderClassName
 {
   color: #AAD5F3;
 }
 .AnyTagClassName
 {
   color: #AAD5F3;
 }
</style>
background-color css

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

 a { background-color: rgb(170,213,243); }

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

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

 span { border-color: rgb(170,213,243); }

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