Html Css Color HEX #AACADE Sail

📋 copy color: '#AACADE'

red 170 ◦ green 202 ◦ blue 222

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

Shades of Sail #AACADE

Tints of Sail #AACADE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.01%

 BLUE value IS 222 (87.11% from 255) = 37.37%

R = 28.62%
G = 34.01%
B = 37.37%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AACADE (or 0xAACADE) is known color: Sail. HEX triplet: AA, CA and DE. RGB value is (170,202,222). Sum of RGB (Red+Green+Blue) = 170+202+222=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #AACADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACADE is #553521. Grayscale: #C2C2C2. Windows color (decimal): -5584162 or 14600874. OLE color: 14600874.

HSL color Cylindrical-coordinate representation of color #AACADE: hue angle of 203.08º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AACADE is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 202 222 -
CMYK 0.23 0.09 0 0.13
HSL 203.08º 0.44% 0.77% -
HSV(B) 203.08º 0.23% 0.87% -
XYZ 50.88 56.06 77.25 -
YUV 194.71 143.4 110.37 -
System Red Green Blue C M Y K H S L
Decimal 170 202 222 0.23 0.09 0 0.13 203.08 0.44 0.77
Hex AA CA DE 17 9 0 D CB 2C 4D
Octal 252 312 336 27 11 0 15 313 54 115
Binary 10101010 11001010 11011110 10111 1001 0 1101 11001011 101100 1001101

Color Harmonies of #AACADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACADE

Black with #AACADE

Text Example


Text Example

White with #AACADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACADE; }

 p { color: rgb(170,202,222); }

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

background-color css

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

 a { background-color: rgb(170,202,222); }

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

border-color css

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

 span { border-color: rgb(170,202,222); }

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