Html Css Color HEX #AED5ED Sail

📋 copy color: '#AED5ED'

red 174 ◦ green 213 ◦ blue 237

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

Shades of Sail #AED5ED

Tints of Sail #AED5ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.98%

R = 27.88%
G = 34.13%
B = 37.98%

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

#AED5ED (or 0xAED5ED) is known color: Sail. HEX triplet: AE, D5 and ED. RGB value is (174,213,237). Sum of RGB (Red+Green+Blue) = 174+213+237=624 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.88% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #AED5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED5ED is #512A12. Grayscale: #CBCBCB. Windows color (decimal): -5319187 or 15586734. OLE color: 15586734.

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

Color convert

RGB 174 213 237 -
CMYK 0.27 0.10 0 0.07
HSL 202.86º 0.64% 0.81% -
HSV(B) 202.86º 0.27% 0.93% -
XYZ 56.54 62.7 89.24 -
YUV 204.08 146.58 106.55 -
System Red Green Blue C M Y K H S L
Decimal 174 213 237 0.27 0.10 0 0.07 202.86 0.64 0.81
Hex AE D5 ED 1B A 0 7 CB 40 51
Octal 256 325 355 33 12 0 7 313 100 121
Binary 10101110 11010101 11101101 11011 1010 0 111 11001011 1000000 1010001

Color Harmonies of #AED5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED5ED

Black with #AED5ED

Text Example


Text Example

White with #AED5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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