Html Css Color HEX #AAD8F3 Sail

📋 copy color: '#AAD8F3'

red 170 ◦ green 216 ◦ blue 243

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

Shades of Sail #AAD8F3

Tints of Sail #AAD8F3

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.34%

 BLUE value IS 243 (95.31% from 255) = 38.63%

R = 27.03%
G = 34.34%
B = 38.63%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AAD8F3 (or 0xAAD8F3) is known color: Sail. HEX triplet: AA, D8 and F3. RGB value is (170,216,243). Sum of RGB (Red+Green+Blue) = 170+216+243=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 216 (84.77% from 255 or 34.34% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAD8F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD8F3 is #55270C. Grayscale: #CDCDCD. Windows color (decimal): -5580557 or 15980714. OLE color: 15980714.

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

Color convert

RGB 170 216 243 -
CMYK 0.30 0.11 0 0.05
HSL 202.19º 0.75% 0.81% -
HSV(B) 202.19º 0.3% 0.95% -
XYZ 57.31 64.13 94.15 -
YUV 205.32 149.26 102.8 -
System Red Green Blue C M Y K H S L
Decimal 170 216 243 0.30 0.11 0 0.05 202.19 0.75 0.81
Hex AA D8 F3 1E B 0 5 CA 4B 51
Octal 252 330 363 36 13 0 5 312 113 121
Binary 10101010 11011000 11110011 11110 1011 0 101 11001010 1001011 1010001

Color Harmonies of #AAD8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD8F3

Black with #AAD8F3

Text Example


Text Example

White with #AAD8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD8F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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