Html Css Color HEX #AACCE7 Sail

📋 copy color: '#AACCE7'

red 170 ◦ green 204 ◦ blue 231

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

Shades of Sail #AACCE7

Tints of Sail #AACCE7

RGB

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

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

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

R = 28.1%
G = 33.72%
B = 38.18%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AACCE7 (or 0xAACCE7) is known color: Sail. HEX triplet: AA, CC and E7. RGB value is (170,204,231). Sum of RGB (Red+Green+Blue) = 170+204+231=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 231 - color contains mainly: blue. Hex color #AACCE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACCE7 is #553318. Grayscale: #C4C4C4. Windows color (decimal): -5583641 or 15191210. OLE color: 15191210.

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

Color convert

RGB 170 204 231 -
CMYK 0.26 0.12 0 0.09
HSL 206.56º 0.56% 0.79% -
HSV(B) 206.56º 0.26% 0.91% -
XYZ 52.59 57.5 83.93 -
YUV 196.91 147.24 108.8 -
System Red Green Blue C M Y K H S L
Decimal 170 204 231 0.26 0.12 0 0.09 206.56 0.56 0.79
Hex AA CC E7 1A C 0 9 CF 38 4F
Octal 252 314 347 32 14 0 11 317 70 117
Binary 10101010 11001100 11100111 11010 1100 0 1001 11001111 111000 1001111

Color Harmonies of #AACCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACCE7

Black with #AACCE7

Text Example


Text Example

White with #AACCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACCE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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