Html Css Color HEX #AED4D9 French Pass

📋 copy color: '#AED4D9'

red 174 ◦ green 212 ◦ blue 217

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

Shades of French Pass #AED4D9

Tints of French Pass #AED4D9

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.16%

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

R = 28.86%
G = 35.16%
B = 35.99%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AED4D9 (or 0xAED4D9) is known color: French Pass. HEX triplet: AE, D4 and D9. RGB value is (174,212,217). Sum of RGB (Red+Green+Blue) = 174+212+217=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 212 (83.20% from 255 or 35.16% from 603); Blue value is 217 (85.16% from 255 or 35.99% from 603); Max value from RGB is 217 - color contains mainly: blue. Hex color #AED4D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED4D9 is #512B26. Grayscale: #C9C9C9. Windows color (decimal): -5319463 or 14275758. OLE color: 14275758.

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

Color convert

RGB 174 212 217 -
CMYK 0.20 0.02 0 0.15
HSL 186.98º 0.36% 0.77% -
HSV(B) 186.98º 0.2% 0.85% -
XYZ 53.52 61.1 74.62 -
YUV 201.21 136.91 108.59 -
System Red Green Blue C M Y K H S L
Decimal 174 212 217 0.20 0.02 0 0.15 186.98 0.36 0.77
Hex AE D4 D9 14 2 0 F BB 24 4D
Octal 256 324 331 24 2 0 17 273 44 115
Binary 10101110 11010100 11011001 10100 10 0 1111 10111011 100100 1001101

Color Harmonies of #AED4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED4D9

Black with #AED4D9

Text Example


Text Example

White with #AED4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED4D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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