Html Css Color HEX #AED2D9 French Pass

📋 copy color: '#AED2D9'

red 174 ◦ green 210 ◦ blue 217

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

Shades of French Pass #AED2D9

Tints of French Pass #AED2D9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.94%

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

R = 28.95%
G = 34.94%
B = 36.11%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AED2D9 (or 0xAED2D9) is known color: French Pass. HEX triplet: AE, D2 and D9. RGB value is (174,210,217). Sum of RGB (Red+Green+Blue) = 174+210+217=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 217 (85.16% from 255 or 36.11% from 601); Max value from RGB is 217 - color contains mainly: blue. Hex color #AED2D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED2D9 is #512D26. Grayscale: #C7C7C7. Windows color (decimal): -5319975 or 14275246. OLE color: 14275246.

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

Color convert

RGB 174 210 217 -
CMYK 0.20 0.03 0 0.15
HSL 189.77º 0.36% 0.77% -
HSV(B) 189.77º 0.2% 0.85% -
XYZ 53.03 60.1 74.45 -
YUV 200.03 137.57 109.43 -
System Red Green Blue C M Y K H S L
Decimal 174 210 217 0.20 0.03 0 0.15 189.77 0.36 0.77
Hex AE D2 D9 14 3 0 F BE 24 4D
Octal 256 322 331 24 3 0 17 276 44 115
Binary 10101110 11010010 11011001 10100 11 0 1111 10111110 100100 1001101

Color Harmonies of #AED2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED2D9

Black with #AED2D9

Text Example


Text Example

White with #AED2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED2D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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