Html Css Color HEX #AED2EA Sail

📋 copy color: '#AED2EA'

red 174 ◦ green 210 ◦ blue 234

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

Shades of Sail #AED2EA

Tints of Sail #AED2EA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.98%

 BLUE value IS 234 (91.8% from 255) = 37.86%

R = 28.16%
G = 33.98%
B = 37.86%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AED2EA (or 0xAED2EA) is known color: Sail. HEX triplet: AE, D2 and EA. RGB value is (174,210,234). Sum of RGB (Red+Green+Blue) = 174+210+234=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #AED2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED2EA is #512D15. Grayscale: #C9C9C9. Windows color (decimal): -5319958 or 15389358. OLE color: 15389358.

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

Color convert

RGB 174 210 234 -
CMYK 0.26 0.10 0 0.08
HSL 204º 0.59% 0.8% -
HSV(B) 204º 0.26% 0.92% -
XYZ 55.35 61.03 86.7 -
YUV 201.97 146.07 108.05 -
System Red Green Blue C M Y K H S L
Decimal 174 210 234 0.26 0.10 0 0.08 204 0.59 0.8
Hex AE D2 EA 1A A 0 8 CC 3B 50
Octal 256 322 352 32 12 0 10 314 73 120
Binary 10101110 11010010 11101010 11010 1010 0 1000 11001100 111011 1010000

Color Harmonies of #AED2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED2EA

Black with #AED2EA

Text Example


Text Example

White with #AED2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED2EA; }

 p { color: rgb(174,210,234); }

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

background-color css

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

 a { background-color: rgb(174,210,234); }

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

border-color css

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

 span { border-color: rgb(174,210,234); }

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