Html Css Color HEX #AECCE1 Sail

📋 copy color: '#AECCE1'

red 174 ◦ green 204 ◦ blue 225

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

Shades of Sail #AECCE1

Tints of Sail #AECCE1

RGB

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

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

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

R = 28.86%
G = 33.83%
B = 37.31%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AECCE1 (or 0xAECCE1) is known color: Sail. HEX triplet: AE, CC and E1. RGB value is (174,204,225). Sum of RGB (Red+Green+Blue) = 174+204+225=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 225 - color contains mainly: blue. Hex color #AECCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCE1 is #51331E. Grayscale: #C5C5C5. Windows color (decimal): -5321503 or 14797998. OLE color: 14797998.

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

Color convert

RGB 174 204 225 -
CMYK 0.23 0.09 0 0.12
HSL 204.71º 0.46% 0.78% -
HSV(B) 204.71º 0.23% 0.88% -
XYZ 52.64 57.62 79.58 -
YUV 197.42 143.56 111.29 -
System Red Green Blue C M Y K H S L
Decimal 174 204 225 0.23 0.09 0 0.12 204.71 0.46 0.78
Hex AE CC E1 17 9 0 C CD 2E 4E
Octal 256 314 341 27 11 0 14 315 56 116
Binary 10101110 11001100 11100001 10111 1001 0 1100 11001101 101110 1001110

Color Harmonies of #AECCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECCE1

Black with #AECCE1

Text Example


Text Example

White with #AECCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECCE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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