Html Css Color HEX #AED4DA French Pass

📋 copy color: '#AED4DA'

red 174 ◦ green 212 ◦ blue 218

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

Shades of French Pass #AED4DA

Tints of French Pass #AED4DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.09%

R = 28.81%
G = 35.1%
B = 36.09%

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

#AED4DA (or 0xAED4DA) is known color: French Pass. HEX triplet: AE, D4 and DA. RGB value is (174,212,218). Sum of RGB (Red+Green+Blue) = 174+212+218=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #AED4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED4DA is #512B25. Grayscale: #C9C9C9. Windows color (decimal): -5319462 or 14341294. OLE color: 14341294.

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

Color convert

RGB 174 212 218 -
CMYK 0.20 0.03 0 0.15
HSL 188.18º 0.37% 0.77% -
HSV(B) 188.18º 0.2% 0.85% -
XYZ 53.65 61.15 75.3 -
YUV 201.32 137.41 108.51 -
System Red Green Blue C M Y K H S L
Decimal 174 212 218 0.20 0.03 0 0.15 188.18 0.37 0.77
Hex AE D4 DA 14 3 0 F BC 25 4D
Octal 256 324 332 24 3 0 17 274 45 115
Binary 10101110 11010100 11011010 10100 11 0 1111 10111100 100101 1001101

Color Harmonies of #AED4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED4DA

Black with #AED4DA

Text Example


Text Example

White with #AED4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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