Html Css Color HEX #AED5EC Sail

📋 copy color: '#AED5EC'

red 174 ◦ green 213 ◦ blue 236

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

Shades of Sail #AED5EC

Tints of Sail #AED5EC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.19%

 BLUE value IS 236 (92.58% from 255) = 37.88%

R = 27.93%
G = 34.19%
B = 37.88%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AED5EC (or 0xAED5EC) is known color: Sail. HEX triplet: AE, D5 and EC. RGB value is (174,213,236). Sum of RGB (Red+Green+Blue) = 174+213+236=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #AED5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED5EC is #512A13. Grayscale: #CBCBCB. Windows color (decimal): -5319188 or 15521198. OLE color: 15521198.

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

Color convert

RGB 174 213 236 -
CMYK 0.26 0.10 0 0.07
HSL 202.26º 0.62% 0.8% -
HSV(B) 202.26º 0.26% 0.93% -
XYZ 56.39 62.64 88.48 -
YUV 203.96 146.08 106.63 -
System Red Green Blue C M Y K H S L
Decimal 174 213 236 0.26 0.10 0 0.07 202.26 0.62 0.8
Hex AE D5 EC 1A A 0 7 CA 3E 50
Octal 256 325 354 32 12 0 7 312 76 120
Binary 10101110 11010101 11101100 11010 1010 0 111 11001010 111110 1010000

Color Harmonies of #AED5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED5EC

Black with #AED5EC

Text Example


Text Example

White with #AED5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED5EC; }

 p { color: rgb(174,213,236); }

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

background-color css

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

 a { background-color: rgb(174,213,236); }

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

border-color css

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

 span { border-color: rgb(174,213,236); }

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