Html Css Color HEX #AAD7F0 Sail

📋 copy color: '#AAD7F0'

red 170 ◦ green 215 ◦ blue 240

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

Shades of Sail #AAD7F0

Tints of Sail #AAD7F0

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.4%

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

R = 27.2%
G = 34.4%
B = 38.4%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AAD7F0 (or 0xAAD7F0) is known color: Sail. HEX triplet: AA, D7 and F0. RGB value is (170,215,240). Sum of RGB (Red+Green+Blue) = 170+215+240=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 215 (84.38% from 255 or 34.4% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAD7F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD7F0 is #55280F. Grayscale: #CCCCCC. Windows color (decimal): -5580816 or 15783850. OLE color: 15783850.

HSL color Cylindrical-coordinate representation of color #AAD7F0: hue angle of 201.43º 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 #AAD7F0 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 215 240 -
CMYK 0.29 0.10 0 0.06
HSL 201.43º 0.7% 0.8% -
HSV(B) 201.43º 0.29% 0.94% -
XYZ 56.61 63.44 91.7 -
YUV 204.4 148.09 103.47 -
System Red Green Blue C M Y K H S L
Decimal 170 215 240 0.29 0.10 0 0.06 201.43 0.7 0.8
Hex AA D7 F0 1D A 0 6 C9 46 50
Octal 252 327 360 35 12 0 6 311 106 120
Binary 10101010 11010111 11110000 11101 1010 0 110 11001001 1000110 1010000

Color Harmonies of #AAD7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD7F0

Black with #AAD7F0

Text Example


Text Example

White with #AAD7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD7F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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