Html Css Color HEX #AACAE3 Sail

📋 copy color: '#AACAE3'

red 170 ◦ green 202 ◦ blue 227

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

Shades of Sail #AACAE3

Tints of Sail #AACAE3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.72%

 BLUE value IS 227 (89.06% from 255) = 37.9%

R = 28.38%
G = 33.72%
B = 37.9%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AACAE3 (or 0xAACAE3) is known color: Sail. HEX triplet: AA, CA and E3. RGB value is (170,202,227). Sum of RGB (Red+Green+Blue) = 170+202+227=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 227 (89.06% from 255 or 37.90% from 599); Max value from RGB is 227 - color contains mainly: blue. Hex color #AACAE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAE3 is #55351C. Grayscale: #C3C3C3. Windows color (decimal): -5584157 or 14928554. OLE color: 14928554.

HSL color Cylindrical-coordinate representation of color #AACAE3: hue angle of 206.32º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AACAE3 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 202 227 -
CMYK 0.25 0.11 0 0.11
HSL 206.32º 0.5% 0.78% -
HSV(B) 206.32º 0.25% 0.89% -
XYZ 51.56 56.33 80.83 -
YUV 195.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 170 202 227 0.25 0.11 0 0.11 206.32 0.5 0.78
Hex AA CA E3 19 B 0 B CE 32 4E
Octal 252 312 343 31 13 0 13 316 62 116
Binary 10101010 11001010 11100011 11001 1011 0 1011 11001110 110010 1001110

Color Harmonies of #AACAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACAE3

Black with #AACAE3

Text Example


Text Example

White with #AACAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACAE3; }

 p { color: rgb(170,202,227); }

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

background-color css

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

 a { background-color: rgb(170,202,227); }

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

border-color css

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

 span { border-color: rgb(170,202,227); }

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