Html Css Color HEX #AACDE6 Sail

📋 copy color: '#AACDE6'

red 170 ◦ green 205 ◦ blue 230

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

Shades of Sail #AACDE6

Tints of Sail #AACDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.02%

R = 28.1%
G = 33.88%
B = 38.02%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AACDE6 (or 0xAACDE6) is known color: Sail. HEX triplet: AA, CD and E6. RGB value is (170,205,230). Sum of RGB (Red+Green+Blue) = 170+205+230=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 230 (90.23% from 255 or 38.02% from 605); Max value from RGB is 230 - color contains mainly: blue. Hex color #AACDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACDE6 is #553219. Grayscale: #C5C5C5. Windows color (decimal): -5583386 or 15125930. OLE color: 15125930.

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

Color convert

RGB 170 205 230 -
CMYK 0.26 0.11 0 0.10
HSL 205º 0.55% 0.78% -
HSV(B) 205º 0.26% 0.9% -
XYZ 52.69 57.92 83.27 -
YUV 197.39 146.4 108.47 -
System Red Green Blue C M Y K H S L
Decimal 170 205 230 0.26 0.11 0 0.10 205 0.55 0.78
Hex AA CD E6 1A B 0 A CD 37 4E
Octal 252 315 346 32 13 0 12 315 67 116
Binary 10101010 11001101 11100110 11010 1011 0 1010 11001101 110111 1001110

Color Harmonies of #AACDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACDE6

Black with #AACDE6

Text Example


Text Example

White with #AACDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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