Html Css Color HEX #AACDE9 Sail

📋 copy color: '#AACDE9'

red 170 ◦ green 205 ◦ blue 233

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

Shades of Sail #AACDE9

Tints of Sail #AACDE9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.72%

 BLUE value IS 233 (91.41% from 255) = 38.32%

R = 27.96%
G = 33.72%
B = 38.32%

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

#AACDE9 (or 0xAACDE9) is known color: Sail. HEX triplet: AA, CD and E9. RGB value is (170,205,233). Sum of RGB (Red+Green+Blue) = 170+205+233=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 233 (91.41% from 255 or 38.32% from 608); Max value from RGB is 233 - color contains mainly: blue. Hex color #AACDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACDE9 is #553216. Grayscale: #C5C5C5. Windows color (decimal): -5583383 or 15322538. OLE color: 15322538.

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

Color convert

RGB 170 205 233 -
CMYK 0.27 0.12 0 0.09
HSL 206.67º 0.59% 0.79% -
HSV(B) 206.67º 0.27% 0.91% -
XYZ 53.12 58.09 85.5 -
YUV 197.73 147.9 108.22 -
System Red Green Blue C M Y K H S L
Decimal 170 205 233 0.27 0.12 0 0.09 206.67 0.59 0.79
Hex AA CD E9 1B C 0 9 CF 3B 4F
Octal 252 315 351 33 14 0 11 317 73 117
Binary 10101010 11001101 11101001 11011 1100 0 1001 11001111 111011 1001111

Color Harmonies of #AACDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACDE9

Black with #AACDE9

Text Example


Text Example

White with #AACDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACDE9; }

 p { color: rgb(170,205,233); }

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

background-color css

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

 a { background-color: rgb(170,205,233); }

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

border-color css

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

 span { border-color: rgb(170,205,233); }

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