Html Css Color HEX #AECEE2 Sail

📋 copy color: '#AECEE2'

red 174 ◦ green 206 ◦ blue 226

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

Shades of Sail #AECEE2

Tints of Sail #AECEE2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.99%

 BLUE value IS 226 (88.67% from 255) = 37.29%

R = 28.71%
G = 33.99%
B = 37.29%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AECEE2 (or 0xAECEE2) is known color: Sail. HEX triplet: AE, CE and E2. RGB value is (174,206,226). Sum of RGB (Red+Green+Blue) = 174+206+226=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 226 (88.67% from 255 or 37.29% from 606); Max value from RGB is 226 - color contains mainly: blue. Hex color #AECEE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEE2 is #51311D. Grayscale: #C6C6C6. Windows color (decimal): -5320990 or 14864046. OLE color: 14864046.

HSL color Cylindrical-coordinate representation of color #AECEE2: hue angle of 203.08º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AECEE2 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 206 226 -
CMYK 0.23 0.09 0 0.11
HSL 203.08º 0.47% 0.78% -
HSV(B) 203.08º 0.23% 0.89% -
XYZ 53.25 58.63 80.46 -
YUV 198.71 143.4 110.37 -
System Red Green Blue C M Y K H S L
Decimal 174 206 226 0.23 0.09 0 0.11 203.08 0.47 0.78
Hex AE CE E2 17 9 0 B CB 2F 4E
Octal 256 316 342 27 11 0 13 313 57 116
Binary 10101110 11001110 11100010 10111 1001 0 1011 11001011 101111 1001110

Color Harmonies of #AECEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECEE2

Black with #AECEE2

Text Example


Text Example

White with #AECEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECEE2; }

 p { color: rgb(174,206,226); }

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

background-color css

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

 a { background-color: rgb(174,206,226); }

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

border-color css

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

 span { border-color: rgb(174,206,226); }

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