Html Css Color HEX #AED4EC Sail

📋 copy color: '#AED4EC'

red 174 ◦ green 212 ◦ blue 236

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

Shades of Sail #AED4EC

Tints of Sail #AED4EC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.08%

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

R = 27.97%
G = 34.08%
B = 37.94%

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

#AED4EC (or 0xAED4EC) is known color: Sail. HEX triplet: AE, D4 and EC. RGB value is (174,212,236). Sum of RGB (Red+Green+Blue) = 174+212+236=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #AED4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED4EC is #512B13. Grayscale: #CBCBCB. Windows color (decimal): -5319444 or 15520942. OLE color: 15520942.

HSL color Cylindrical-coordinate representation of color #AED4EC: hue angle of 203.23º 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 #AED4EC is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 212 236 -
CMYK 0.26 0.10 0 0.07
HSL 203.23º 0.62% 0.8% -
HSV(B) 203.23º 0.26% 0.93% -
XYZ 56.14 62.14 88.39 -
YUV 203.37 146.41 107.05 -
System Red Green Blue C M Y K H S L
Decimal 174 212 236 0.26 0.10 0 0.07 203.23 0.62 0.8
Hex AE D4 EC 1A A 0 7 CB 3E 50
Octal 256 324 354 32 12 0 7 313 76 120
Binary 10101110 11010100 11101100 11010 1010 0 111 11001011 111110 1010000

Color Harmonies of #AED4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED4EC

Black with #AED4EC

Text Example


Text Example

White with #AED4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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