Html Css Color HEX #AACEE7 Sail

📋 copy color: '#AACEE7'

red 170 ◦ green 206 ◦ blue 231

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

Shades of Sail #AACEE7

Tints of Sail #AACEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.06%

R = 28.01%
G = 33.94%
B = 38.06%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AACEE7 (or 0xAACEE7) is known color: Sail. HEX triplet: AA, CE and E7. RGB value is (170,206,231). Sum of RGB (Red+Green+Blue) = 170+206+231=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 231 - color contains mainly: blue. Hex color #AACEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACEE7 is #553118. Grayscale: #C5C5C5. Windows color (decimal): -5583129 or 15191722. OLE color: 15191722.

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

Color convert

RGB 170 206 231 -
CMYK 0.26 0.11 0 0.09
HSL 204.59º 0.56% 0.79% -
HSV(B) 204.59º 0.26% 0.91% -
XYZ 53.07 58.46 84.09 -
YUV 198.09 146.57 107.97 -
System Red Green Blue C M Y K H S L
Decimal 170 206 231 0.26 0.11 0 0.09 204.59 0.56 0.79
Hex AA CE E7 1A B 0 9 CD 38 4F
Octal 252 316 347 32 13 0 11 315 70 117
Binary 10101010 11001110 11100111 11010 1011 0 1001 11001101 111000 1001111

Color Harmonies of #AACEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACEE7

Black with #AACEE7

Text Example


Text Example

White with #AACEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACEE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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