Html Css Color HEX #AADAF6 Sail

📋 copy color: '#AADAF6'

red 170 ◦ green 218 ◦ blue 246

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

Shades of Sail #AADAF6

Tints of Sail #AADAF6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.38%

 BLUE value IS 246 (96.48% from 255) = 38.8%

R = 26.81%
G = 34.38%
B = 38.8%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AADAF6 (or 0xAADAF6) is known color: Sail. HEX triplet: AA, DA and F6. RGB value is (170,218,246). Sum of RGB (Red+Green+Blue) = 170+218+246=634 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.81% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 246 - color contains mainly: blue. Hex color #AADAF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADAF6 is #552509. Grayscale: #CECECE. Windows color (decimal): -5580042 or 16177834. OLE color: 16177834.

HSL color Cylindrical-coordinate representation of color #AADAF6: hue angle of 202.11º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AADAF6 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 218 246 -
CMYK 0.31 0.11 0 0.04
HSL 202.11º 0.81% 0.82% -
HSV(B) 202.11º 0.31% 0.96% -
XYZ 58.28 65.34 96.73 -
YUV 206.84 150.1 101.72 -
System Red Green Blue C M Y K H S L
Decimal 170 218 246 0.31 0.11 0 0.04 202.11 0.81 0.82
Hex AA DA F6 1F B 0 4 CA 51 52
Octal 252 332 366 37 13 0 4 312 121 122
Binary 10101010 11011010 11110110 11111 1011 0 100 11001010 1010001 1010010

Color Harmonies of #AADAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADAF6

Black with #AADAF6

Text Example


Text Example

White with #AADAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADAF6; }

 p { color: rgb(170,218,246); }

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

background-color css

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

 a { background-color: rgb(170,218,246); }

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

border-color css

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

 span { border-color: rgb(170,218,246); }

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