Html Css Color HEX #AECEDF French Pass

📋 copy color: '#AECEDF'

red 174 ◦ green 206 ◦ blue 223

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

Shades of French Pass #AECEDF

Tints of French Pass #AECEDF

RGB

 RED value IS 174 (68.36% from 255) = 28.86%

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

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

R = 28.86%
G = 34.16%
B = 36.98%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AECEDF (or 0xAECEDF) is known color: French Pass. HEX triplet: AE, CE and DF. RGB value is (174,206,223). Sum of RGB (Red+Green+Blue) = 174+206+223=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #AECEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEDF is #513120. Grayscale: #C6C6C6. Windows color (decimal): -5320993 or 14667438. OLE color: 14667438.

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

Color convert

RGB 174 206 223 -
CMYK 0.22 0.08 0 0.13
HSL 200.82º 0.43% 0.78% -
HSV(B) 200.82º 0.22% 0.87% -
XYZ 52.85 58.47 78.31 -
YUV 198.37 141.9 110.62 -
System Red Green Blue C M Y K H S L
Decimal 174 206 223 0.22 0.08 0 0.13 200.82 0.43 0.78
Hex AE CE DF 16 8 0 D C9 2B 4E
Octal 256 316 337 26 10 0 15 311 53 116
Binary 10101110 11001110 11011111 10110 1000 0 1101 11001001 101011 1001110

Color Harmonies of #AECEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECEDF

Black with #AECEDF

Text Example


Text Example

White with #AECEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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