Html Css Color HEX #AACAE5 Sail

📋 copy color: '#AACAE5'

red 170 ◦ green 202 ◦ blue 229

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

Shades of Sail #AACAE5

Tints of Sail #AACAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.1%

R = 28.29%
G = 33.61%
B = 38.1%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AACAE5 (or 0xAACAE5) is known color: Sail. HEX triplet: AA, CA and E5. RGB value is (170,202,229). Sum of RGB (Red+Green+Blue) = 170+202+229=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 229 (89.84% from 255 or 38.10% from 601); Max value from RGB is 229 - color contains mainly: blue. Hex color #AACAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAE5 is #55351A. Grayscale: #C3C3C3. Windows color (decimal): -5584155 or 15059626. OLE color: 15059626.

HSL color Cylindrical-coordinate representation of color #AACAE5: hue angle of 207.46º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AACAE5 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 202 229 -
CMYK 0.26 0.12 0 0.10
HSL 207.46º 0.53% 0.78% -
HSV(B) 207.46º 0.26% 0.9% -
XYZ 51.84 56.44 82.29 -
YUV 195.51 146.9 109.8 -
System Red Green Blue C M Y K H S L
Decimal 170 202 229 0.26 0.12 0 0.10 207.46 0.53 0.78
Hex AA CA E5 1A C 0 A CF 35 4E
Octal 252 312 345 32 14 0 12 317 65 116
Binary 10101010 11001010 11100101 11010 1100 0 1010 11001111 110101 1001110

Color Harmonies of #AACAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACAE5

Black with #AACAE5

Text Example


Text Example

White with #AACAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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