Html Css Color HEX #AECCE2 Sail

📋 copy color: '#AECCE2'

red 174 ◦ green 204 ◦ blue 226

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

Shades of Sail #AECCE2

Tints of Sail #AECCE2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.77%

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

R = 28.81%
G = 33.77%
B = 37.42%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AECCE2 (or 0xAECCE2) is known color: Sail. HEX triplet: AE, CC and E2. RGB value is (174,204,226). Sum of RGB (Red+Green+Blue) = 174+204+226=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 226 - color contains mainly: blue. Hex color #AECCE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCE2 is #51331D. Grayscale: #C5C5C5. Windows color (decimal): -5321502 or 14863534. OLE color: 14863534.

HSL color Cylindrical-coordinate representation of color #AECCE2: hue angle of 205.38º 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 #AECCE2 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 204 226 -
CMYK 0.23 0.10 0 0.11
HSL 205.38º 0.47% 0.78% -
HSV(B) 205.38º 0.23% 0.89% -
XYZ 52.78 57.68 80.3 -
YUV 197.54 144.06 111.21 -
System Red Green Blue C M Y K H S L
Decimal 174 204 226 0.23 0.10 0 0.11 205.38 0.47 0.78
Hex AE CC E2 17 A 0 B CD 2F 4E
Octal 256 314 342 27 12 0 13 315 57 116
Binary 10101110 11001100 11100010 10111 1010 0 1011 11001101 101111 1001110

Color Harmonies of #AECCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECCE2

Black with #AECCE2

Text Example


Text Example

White with #AECCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECCE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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