Html Css Color HEX #AECAD9 French Pass

📋 copy color: '#AECAD9'

red 174 ◦ green 202 ◦ blue 217

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

Shades of French Pass #AECAD9

Tints of French Pass #AECAD9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.06%

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

R = 29.34%
G = 34.06%
B = 36.59%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AECAD9 (or 0xAECAD9) is known color: French Pass. HEX triplet: AE, CA and D9. RGB value is (174,202,217). Sum of RGB (Red+Green+Blue) = 174+202+217=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 217 - color contains mainly: blue. Hex color #AECAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAD9 is #513526. Grayscale: #C3C3C3. Windows color (decimal): -5322023 or 14273198. OLE color: 14273198.

HSL color Cylindrical-coordinate representation of color #AECAD9: hue angle of 200.93º 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 #AECAD9 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 202 217 -
CMYK 0.20 0.07 0 0.15
HSL 200.93º 0.36% 0.77% -
HSV(B) 200.93º 0.2% 0.85% -
XYZ 51.1 56.25 73.81 -
YUV 195.34 140.22 112.78 -
System Red Green Blue C M Y K H S L
Decimal 174 202 217 0.20 0.07 0 0.15 200.93 0.36 0.77
Hex AE CA D9 14 7 0 F C9 24 4D
Octal 256 312 331 24 7 0 17 311 44 115
Binary 10101110 11001010 11011001 10100 111 0 1111 11001001 100100 1001101

Color Harmonies of #AECAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECAD9

Black with #AECAD9

Text Example


Text Example

White with #AECAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECAD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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