Html Css Color HEX #AAD3F0 Sail

📋 copy color: '#AAD3F0'

red 170 ◦ green 211 ◦ blue 240

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

Shades of Sail #AAD3F0

Tints of Sail #AAD3F0

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.98%

 BLUE value IS 240 (94.14% from 255) = 38.65%

R = 27.38%
G = 33.98%
B = 38.65%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AAD3F0 (or 0xAAD3F0) is known color: Sail. HEX triplet: AA, D3 and F0. RGB value is (170,211,240). Sum of RGB (Red+Green+Blue) = 170+211+240=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAD3F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD3F0 is #552C0F. Grayscale: #C9C9C9. Windows color (decimal): -5581840 or 15782826. OLE color: 15782826.

HSL color Cylindrical-coordinate representation of color #AAD3F0: hue angle of 204.86º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAD3F0 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 211 240 -
CMYK 0.29 0.12 0 0.06
HSL 204.86º 0.7% 0.8% -
HSV(B) 204.86º 0.29% 0.94% -
XYZ 55.6 61.43 91.36 -
YUV 202.05 149.42 105.14 -
System Red Green Blue C M Y K H S L
Decimal 170 211 240 0.29 0.12 0 0.06 204.86 0.7 0.8
Hex AA D3 F0 1D C 0 6 CD 46 50
Octal 252 323 360 35 14 0 6 315 106 120
Binary 10101010 11010011 11110000 11101 1100 0 110 11001101 1000110 1010000

Color Harmonies of #AAD3F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD3F0

Black with #AAD3F0

Text Example


Text Example

White with #AAD3F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD3F0; }

 p { color: rgb(170,211,240); }

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

background-color css

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

 a { background-color: rgb(170,211,240); }

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

border-color css

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

 span { border-color: rgb(170,211,240); }

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