Html Css Color HEX #AECBD9 French Pass

📋 copy color: '#AECBD9'

red 174 ◦ green 203 ◦ blue 217

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

Shades of French Pass #AECBD9

Tints of French Pass #AECBD9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.18%

 BLUE value IS 217 (85.16% from 255) = 36.53%

R = 29.29%
G = 34.18%
B = 36.53%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AECBD9 (or 0xAECBD9) is known color: French Pass. HEX triplet: AE, CB and D9. RGB value is (174,203,217). Sum of RGB (Red+Green+Blue) = 174+203+217=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 217 - color contains mainly: blue. Hex color #AECBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBD9 is #513426. Grayscale: #C3C3C3. Windows color (decimal): -5321767 or 14273454. OLE color: 14273454.

HSL color Cylindrical-coordinate representation of color #AECBD9: hue angle of 199.53º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AECBD9 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 203 217 -
CMYK 0.20 0.06 0 0.15
HSL 199.53º 0.36% 0.77% -
HSV(B) 199.53º 0.2% 0.85% -
XYZ 51.34 56.72 73.89 -
YUV 195.93 139.89 112.36 -
System Red Green Blue C M Y K H S L
Decimal 174 203 217 0.20 0.06 0 0.15 199.53 0.36 0.77
Hex AE CB D9 14 6 0 F C8 24 4D
Octal 256 313 331 24 6 0 17 310 44 115
Binary 10101110 11001011 11011001 10100 110 0 1111 11001000 100100 1001101

Color Harmonies of #AECBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECBD9

Black with #AECBD9

Text Example


Text Example

White with #AECBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECBD9; }

 p { color: rgb(174,203,217); }

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

background-color css

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

 a { background-color: rgb(174,203,217); }

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

border-color css

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

 span { border-color: rgb(174,203,217); }

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