Html Css Color HEX #AACCE2 Sail

📋 copy color: '#AACCE2'

red 170 ◦ green 204 ◦ blue 226

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

Shades of Sail #AACCE2

Tints of Sail #AACCE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.67%

R = 28.33%
G = 34%
B = 37.67%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AACCE2 (or 0xAACCE2) is known color: Sail. HEX triplet: AA, CC and E2. RGB value is (170,204,226). Sum of RGB (Red+Green+Blue) = 170+204+226=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 226 (88.67% from 255 or 37.67% from 600); Max value from RGB is 226 - color contains mainly: blue. Hex color #AACCE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCE2 is #55331D. Grayscale: #C4C4C4. Windows color (decimal): -5583646 or 14863530. OLE color: 14863530.

HSL color Cylindrical-coordinate representation of color #AACCE2: hue angle of 203.57º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AACCE2 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 204 226 -
CMYK 0.25 0.10 0 0.11
HSL 203.57º 0.49% 0.78% -
HSV(B) 203.57º 0.25% 0.89% -
XYZ 51.9 57.22 80.26 -
YUV 196.34 144.74 109.21 -
System Red Green Blue C M Y K H S L
Decimal 170 204 226 0.25 0.10 0 0.11 203.57 0.49 0.78
Hex AA CC E2 19 A 0 B CC 31 4E
Octal 252 314 342 31 12 0 13 314 61 116
Binary 10101010 11001100 11100010 11001 1010 0 1011 11001100 110001 1001110

Color Harmonies of #AACCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACCE2

Black with #AACCE2

Text Example


Text Example

White with #AACCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACCE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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