Html Css Color HEX #AECEE6 Sail

📋 copy color: '#AECEE6'

red 174 ◦ green 206 ◦ blue 230

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

Shades of Sail #AECEE6

Tints of Sail #AECEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.7%

R = 28.52%
G = 33.77%
B = 37.7%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AECEE6 (or 0xAECEE6) is known color: Sail. HEX triplet: AE, CE and E6. RGB value is (174,206,230). Sum of RGB (Red+Green+Blue) = 174+206+230=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #AECEE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECEE6 is #513119. Grayscale: #C7C7C7. Windows color (decimal): -5320986 or 15126190. OLE color: 15126190.

HSL color Cylindrical-coordinate representation of color #AECEE6: hue angle of 205.71º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AECEE6 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 206 230 -
CMYK 0.24 0.10 0 0.10
HSL 205.71º 0.53% 0.79% -
HSV(B) 205.71º 0.24% 0.9% -
XYZ 53.81 58.85 83.39 -
YUV 199.17 145.4 110.05 -
System Red Green Blue C M Y K H S L
Decimal 174 206 230 0.24 0.10 0 0.10 205.71 0.53 0.79
Hex AE CE E6 18 A 0 A CE 35 4F
Octal 256 316 346 30 12 0 12 316 65 117
Binary 10101110 11001110 11100110 11000 1010 0 1010 11001110 110101 1001111

Color Harmonies of #AECEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECEE6

Black with #AECEE6

Text Example


Text Example

White with #AECEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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