Html Css Color HEX #AACEDF French Pass

📋 copy color: '#AACEDF'

red 170 ◦ green 206 ◦ blue 223

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

Shades of French Pass #AACEDF

Tints of French Pass #AACEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.23%

R = 28.38%
G = 34.39%
B = 37.23%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AACEDF (or 0xAACEDF) is known color: French Pass. HEX triplet: AA, CE and DF. RGB value is (170,206,223). Sum of RGB (Red+Green+Blue) = 170+206+223=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #AACEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEDF is #553120. Grayscale: #C5C5C5. Windows color (decimal): -5583137 or 14667434. OLE color: 14667434.

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

Color convert

RGB 170 206 223 -
CMYK 0.24 0.08 0 0.13
HSL 199.25º 0.45% 0.77% -
HSV(B) 199.25º 0.24% 0.87% -
XYZ 51.97 58.02 78.27 -
YUV 197.17 142.57 108.62 -
System Red Green Blue C M Y K H S L
Decimal 170 206 223 0.24 0.08 0 0.13 199.25 0.45 0.77
Hex AA CE DF 18 8 0 D C7 2D 4D
Octal 252 316 337 30 10 0 15 307 55 115
Binary 10101010 11001110 11011111 11000 1000 0 1101 11000111 101101 1001101

Color Harmonies of #AACEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACEDF

Black with #AACEDF

Text Example


Text Example

White with #AACEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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