Html Css Color HEX #AADAF4 Sail

📋 copy color: '#AADAF4'

red 170 ◦ green 218 ◦ blue 244

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

Shades of Sail #AADAF4

Tints of Sail #AADAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.61%

R = 26.9%
G = 34.49%
B = 38.61%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AADAF4 (or 0xAADAF4) is known color: Sail. HEX triplet: AA, DA and F4. RGB value is (170,218,244). Sum of RGB (Red+Green+Blue) = 170+218+244=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 244 (95.70% from 255 or 38.61% from 632); Max value from RGB is 244 - color contains mainly: blue. Hex color #AADAF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADAF4 is #55250B. Grayscale: #CECECE. Windows color (decimal): -5580044 or 16046762. OLE color: 16046762.

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

Color convert

RGB 170 218 244 -
CMYK 0.30 0.11 0 0.04
HSL 201.08º 0.77% 0.81% -
HSV(B) 201.08º 0.3% 0.96% -
XYZ 57.98 65.22 95.12 -
YUV 206.61 149.1 101.89 -
System Red Green Blue C M Y K H S L
Decimal 170 218 244 0.30 0.11 0 0.04 201.08 0.77 0.81
Hex AA DA F4 1E B 0 4 C9 4D 51
Octal 252 332 364 36 13 0 4 311 115 121
Binary 10101010 11011010 11110100 11110 1011 0 100 11001001 1001101 1010001

Color Harmonies of #AADAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADAF4

Black with #AADAF4

Text Example


Text Example

White with #AADAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADAF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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