Html Css Color HEX #AACEDD French Pass

📋 copy color: '#AACEDD'

red 170 ◦ green 206 ◦ blue 221

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

Shades of French Pass #AACEDD

Tints of French Pass #AACEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.02%

R = 28.48%
G = 34.51%
B = 37.02%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AACEDD (or 0xAACEDD) is known color: French Pass. HEX triplet: AA, CE and DD. RGB value is (170,206,221). Sum of RGB (Red+Green+Blue) = 170+206+221=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #AACEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEDD is #553122. Grayscale: #C4C4C4. Windows color (decimal): -5583139 or 14536362. OLE color: 14536362.

HSL color Cylindrical-coordinate representation of color #AACEDD: hue angle of 197.65º degrees, saturation: 0.43, 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 #AACEDD is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 206 221 -
CMYK 0.23 0.07 0 0.13
HSL 197.65º 0.43% 0.77% -
HSV(B) 197.65º 0.23% 0.87% -
XYZ 51.7 57.91 76.86 -
YUV 196.95 141.57 108.78 -
System Red Green Blue C M Y K H S L
Decimal 170 206 221 0.23 0.07 0 0.13 197.65 0.43 0.77
Hex AA CE DD 17 7 0 D C6 2B 4D
Octal 252 316 335 27 7 0 15 306 53 115
Binary 10101010 11001110 11011101 10111 111 0 1101 11000110 101011 1001101

Color Harmonies of #AACEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACEDD

Black with #AACEDD

Text Example


Text Example

White with #AACEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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