Html Css Color HEX #AED6F0 Sail

📋 copy color: '#AED6F0'

red 174 ◦ green 214 ◦ blue 240

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

Shades of Sail #AED6F0

Tints of Sail #AED6F0

RGB

 RED value IS 174 (68.36% from 255) = 27.71%

 GREEN value IS 214 (83.98% from 255) = 34.08%

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

R = 27.71%
G = 34.08%
B = 38.22%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AED6F0 (or 0xAED6F0) is known color: Sail. HEX triplet: AE, D6 and F0. RGB value is (174,214,240). Sum of RGB (Red+Green+Blue) = 174+214+240=628 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.71% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 240 - color contains mainly: blue. Hex color #AED6F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED6F0 is #51290F. Grayscale: #CCCCCC. Windows color (decimal): -5318928 or 15783598. OLE color: 15783598.

HSL color Cylindrical-coordinate representation of color #AED6F0: hue angle of 203.64º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AED6F0 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 214 240 -
CMYK 0.28 0.11 0 0.06
HSL 203.64º 0.69% 0.81% -
HSV(B) 203.64º 0.28% 0.94% -
XYZ 57.23 63.38 91.66 -
YUV 205 147.75 105.89 -
System Red Green Blue C M Y K H S L
Decimal 174 214 240 0.28 0.11 0 0.06 203.64 0.69 0.81
Hex AE D6 F0 1C B 0 6 CC 45 51
Octal 256 326 360 34 13 0 6 314 105 121
Binary 10101110 11010110 11110000 11100 1011 0 110 11001100 1000101 1010001

Color Harmonies of #AED6F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED6F0

Black with #AED6F0

Text Example


Text Example

White with #AED6F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED6F0; }

 p { color: rgb(174,214,240); }

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

background-color css

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

 a { background-color: rgb(174,214,240); }

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

border-color css

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

 span { border-color: rgb(174,214,240); }

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