Html Css Color HEX #AACCE8 Sail

📋 copy color: '#AACCE8'

red 170 ◦ green 204 ◦ blue 232

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

Shades of Sail #AACCE8

Tints of Sail #AACCE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.28%

R = 28.05%
G = 33.66%
B = 38.28%

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

#AACCE8 (or 0xAACCE8) is known color: Sail. HEX triplet: AA, CC and E8. RGB value is (170,204,232). Sum of RGB (Red+Green+Blue) = 170+204+232=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 232 (91.02% from 255 or 38.28% from 606); Max value from RGB is 232 - color contains mainly: blue. Hex color #AACCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACCE8 is #553317. Grayscale: #C4C4C4. Windows color (decimal): -5583640 or 15256746. OLE color: 15256746.

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

Color convert

RGB 170 204 232 -
CMYK 0.27 0.12 0 0.09
HSL 207.1º 0.57% 0.79% -
HSV(B) 207.1º 0.27% 0.91% -
XYZ 52.74 57.56 84.67 -
YUV 197.03 147.74 108.72 -
System Red Green Blue C M Y K H S L
Decimal 170 204 232 0.27 0.12 0 0.09 207.1 0.57 0.79
Hex AA CC E8 1B C 0 9 CF 39 4F
Octal 252 314 350 33 14 0 11 317 71 117
Binary 10101010 11001100 11101000 11011 1100 0 1001 11001111 111001 1001111

Color Harmonies of #AACCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACCE8

Black with #AACCE8

Text Example


Text Example

White with #AACCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACCE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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