Html Css Color HEX #AACEE2 Sail

📋 copy color: '#AACEE2'

red 170 ◦ green 206 ◦ blue 226

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

Shades of Sail #AACEE2

Tints of Sail #AACEE2

RGB

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

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

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

R = 28.24%
G = 34.22%
B = 37.54%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AACEE2 (or 0xAACEE2) is known color: Sail. HEX triplet: AA, CE and E2. RGB value is (170,206,226). Sum of RGB (Red+Green+Blue) = 170+206+226=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 226 - color contains mainly: blue. Hex color #AACEE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEE2 is #55311D. Grayscale: #C5C5C5. Windows color (decimal): -5583134 or 14864042. OLE color: 14864042.

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

Color convert

RGB 170 206 226 -
CMYK 0.25 0.09 0 0.11
HSL 201.43º 0.49% 0.78% -
HSV(B) 201.43º 0.25% 0.89% -
XYZ 52.38 58.18 80.42 -
YUV 197.52 144.07 108.37 -
System Red Green Blue C M Y K H S L
Decimal 170 206 226 0.25 0.09 0 0.11 201.43 0.49 0.78
Hex AA CE E2 19 9 0 B C9 31 4E
Octal 252 316 342 31 11 0 13 311 61 116
Binary 10101010 11001110 11100010 11001 1001 0 1011 11001001 110001 1001110

Color Harmonies of #AACEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACEE2

Black with #AACEE2

Text Example


Text Example

White with #AACEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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