Html Css Color HEX #AACEE9 Sail

📋 copy color: '#AACEE9'

red 170 ◦ green 206 ◦ blue 233

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

Shades of Sail #AACEE9

Tints of Sail #AACEE9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.83%

 BLUE value IS 233 (91.41% from 255) = 38.26%

R = 27.91%
G = 33.83%
B = 38.26%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AACEE9 (or 0xAACEE9) is known color: Sail. HEX triplet: AA, CE and E9. RGB value is (170,206,233). Sum of RGB (Red+Green+Blue) = 170+206+233=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 233 - color contains mainly: blue. Hex color #AACEE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACEE9 is #553116. Grayscale: #C6C6C6. Windows color (decimal): -5583127 or 15322794. OLE color: 15322794.

HSL color Cylindrical-coordinate representation of color #AACEE9: hue angle of 205.71º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AACEE9 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 206 233 -
CMYK 0.27 0.12 0 0.09
HSL 205.71º 0.59% 0.79% -
HSV(B) 205.71º 0.27% 0.91% -
XYZ 53.36 58.57 85.58 -
YUV 198.31 147.57 107.8 -
System Red Green Blue C M Y K H S L
Decimal 170 206 233 0.27 0.12 0 0.09 205.71 0.59 0.79
Hex AA CE E9 1B C 0 9 CE 3B 4F
Octal 252 316 351 33 14 0 11 316 73 117
Binary 10101010 11001110 11101001 11011 1100 0 1001 11001110 111011 1001111

Color Harmonies of #AACEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACEE9

Black with #AACEE9

Text Example


Text Example

White with #AACEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACEE9; }

 p { color: rgb(170,206,233); }

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

background-color css

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

 a { background-color: rgb(170,206,233); }

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

border-color css

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

 span { border-color: rgb(170,206,233); }

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