Html Css Color HEX #AED6EE Sail

📋 copy color: '#AED6EE'

red 174 ◦ green 214 ◦ blue 238

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

Shades of Sail #AED6EE

Tints of Sail #AED6EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.02%

R = 27.8%
G = 34.19%
B = 38.02%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AED6EE (or 0xAED6EE) is known color: Sail. HEX triplet: AE, D6 and EE. RGB value is (174,214,238). Sum of RGB (Red+Green+Blue) = 174+214+238=626 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.80% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #AED6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED6EE is #512911. Grayscale: #CCCCCC. Windows color (decimal): -5318930 or 15652526. OLE color: 15652526.

HSL color Cylindrical-coordinate representation of color #AED6EE: hue angle of 202.5º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AED6EE is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 214 238 -
CMYK 0.27 0.10 0 0.07
HSL 202.5º 0.65% 0.81% -
HSV(B) 202.5º 0.27% 0.93% -
XYZ 56.93 63.26 90.1 -
YUV 204.78 146.75 106.05 -
System Red Green Blue C M Y K H S L
Decimal 174 214 238 0.27 0.10 0 0.07 202.5 0.65 0.81
Hex AE D6 EE 1B A 0 7 CA 41 51
Octal 256 326 356 33 12 0 7 312 101 121
Binary 10101110 11010110 11101110 11011 1010 0 111 11001010 1000001 1010001

Color Harmonies of #AED6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED6EE

Black with #AED6EE

Text Example


Text Example

White with #AED6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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