Html Css Color HEX #AECED7 French Pass

📋 copy color: '#AECED7'

red 174 ◦ green 206 ◦ blue 215

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

Shades of French Pass #AECED7

Tints of French Pass #AECED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.13%

R = 29.24%
G = 34.62%
B = 36.13%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AECED7 (or 0xAECED7) is known color: French Pass. HEX triplet: AE, CE and D7. RGB value is (174,206,215). Sum of RGB (Red+Green+Blue) = 174+206+215=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 215 (84.38% from 255 or 36.13% from 595); Max value from RGB is 215 - color contains mainly: blue. Hex color #AECED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECED7 is #513128. Grayscale: #C5C5C5. Windows color (decimal): -5321001 or 14143150. OLE color: 14143150.

HSL color Cylindrical-coordinate representation of color #AECED7: hue angle of 193.17º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AECED7 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 206 215 -
CMYK 0.19 0.04 0 0.16
HSL 193.17º 0.34% 0.76% -
HSV(B) 193.17º 0.19% 0.84% -
XYZ 51.79 58.05 72.76 -
YUV 197.46 137.9 111.27 -
System Red Green Blue C M Y K H S L
Decimal 174 206 215 0.19 0.04 0 0.16 193.17 0.34 0.76
Hex AE CE D7 13 4 0 10 C1 22 4C
Octal 256 316 327 23 4 0 20 301 42 114
Binary 10101110 11001110 11010111 10011 100 0 10000 11000001 100010 1001100

Color Harmonies of #AECED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECED7

Black with #AECED7

Text Example


Text Example

White with #AECED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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