Html Css Color HEX #AECEE1 Sail

📋 copy color: '#AECEE1'

red 174 ◦ green 206 ◦ blue 225

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

Shades of Sail #AECEE1

Tints of Sail #AECEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.19%

R = 28.76%
G = 34.05%
B = 37.19%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AECEE1 (or 0xAECEE1) is known color: Sail. HEX triplet: AE, CE and E1. RGB value is (174,206,225). Sum of RGB (Red+Green+Blue) = 174+206+225=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #AECEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEE1 is #51311E. Grayscale: #C6C6C6. Windows color (decimal): -5320991 or 14798510. OLE color: 14798510.

HSL color Cylindrical-coordinate representation of color #AECEE1: hue angle of 202.35º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AECEE1 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 206 225 -
CMYK 0.23 0.08 0 0.12
HSL 202.35º 0.46% 0.78% -
HSV(B) 202.35º 0.23% 0.88% -
XYZ 53.12 58.58 79.74 -
YUV 198.6 142.9 110.46 -
System Red Green Blue C M Y K H S L
Decimal 174 206 225 0.23 0.08 0 0.12 202.35 0.46 0.78
Hex AE CE E1 17 8 0 C CA 2E 4E
Octal 256 316 341 27 10 0 14 312 56 116
Binary 10101110 11001110 11100001 10111 1000 0 1100 11001010 101110 1001110

Color Harmonies of #AECEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECEE1

Black with #AECEE1

Text Example


Text Example

White with #AECEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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