Html Css Color HEX #AACCE5 Sail

📋 copy color: '#AACCE5'

red 170 ◦ green 204 ◦ blue 229

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

Shades of Sail #AACCE5

Tints of Sail #AACCE5

RGB

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

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

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

R = 28.19%
G = 33.83%
B = 37.98%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AACCE5 (or 0xAACCE5) is known color: Sail. HEX triplet: AA, CC and E5. RGB value is (170,204,229). Sum of RGB (Red+Green+Blue) = 170+204+229=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 229 - color contains mainly: blue. Hex color #AACCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCE5 is #55331A. Grayscale: #C4C4C4. Windows color (decimal): -5583643 or 15060138. OLE color: 15060138.

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

Color convert

RGB 170 204 229 -
CMYK 0.26 0.11 0 0.10
HSL 205.42º 0.53% 0.78% -
HSV(B) 205.42º 0.26% 0.9% -
XYZ 52.31 57.39 82.45 -
YUV 196.68 146.24 108.97 -
System Red Green Blue C M Y K H S L
Decimal 170 204 229 0.26 0.11 0 0.10 205.42 0.53 0.78
Hex AA CC E5 1A B 0 A CD 35 4E
Octal 252 314 345 32 13 0 12 315 65 116
Binary 10101010 11001100 11100101 11010 1011 0 1010 11001101 110101 1001110

Color Harmonies of #AACCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACCE5

Black with #AACCE5

Text Example


Text Example

White with #AACCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACCE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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