Html Css Color HEX #AACCE1 Sail

📋 copy color: '#AACCE1'

red 170 ◦ green 204 ◦ blue 225

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

Shades of Sail #AACCE1

Tints of Sail #AACCE1

RGB

 RED value IS 170 (66.8% from 255) = 28.38%

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

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

R = 28.38%
G = 34.06%
B = 37.56%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AACCE1 (or 0xAACCE1) is known color: Sail. HEX triplet: AA, CC and E1. RGB value is (170,204,225). Sum of RGB (Red+Green+Blue) = 170+204+225=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 225 (88.28% from 255 or 37.56% from 599); Max value from RGB is 225 - color contains mainly: blue. Hex color #AACCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCE1 is #55331E. Grayscale: #C4C4C4. Windows color (decimal): -5583647 or 14797994. OLE color: 14797994.

HSL color Cylindrical-coordinate representation of color #AACCE1: hue angle of 202.91º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AACCE1 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 204 225 -
CMYK 0.24 0.09 0 0.12
HSL 202.91º 0.48% 0.77% -
HSV(B) 202.91º 0.24% 0.88% -
XYZ 51.76 57.17 79.54 -
YUV 196.23 144.24 109.29 -
System Red Green Blue C M Y K H S L
Decimal 170 204 225 0.24 0.09 0 0.12 202.91 0.48 0.77
Hex AA CC E1 18 9 0 C CB 30 4D
Octal 252 314 341 30 11 0 14 313 60 115
Binary 10101010 11001100 11100001 11000 1001 0 1100 11001011 110000 1001101

Color Harmonies of #AACCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACCE1

Black with #AACCE1

Text Example


Text Example

White with #AACCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACCE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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