Html Css Color HEX #AED4DB French Pass

📋 copy color: '#AED4DB'

red 174 ◦ green 212 ◦ blue 219

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

Shades of French Pass #AED4DB

Tints of French Pass #AED4DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.2%

R = 28.76%
G = 35.04%
B = 36.2%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AED4DB (or 0xAED4DB) is known color: French Pass. HEX triplet: AE, D4 and DB. RGB value is (174,212,219). Sum of RGB (Red+Green+Blue) = 174+212+219=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #AED4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED4DB is #512B24. Grayscale: #C9C9C9. Windows color (decimal): -5319461 or 14406830. OLE color: 14406830.

HSL color Cylindrical-coordinate representation of color #AED4DB: hue angle of 189.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AED4DB is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 212 219 -
CMYK 0.21 0.03 0 0.14
HSL 189.33º 0.38% 0.77% -
HSV(B) 189.33º 0.21% 0.86% -
XYZ 53.79 61.2 76 -
YUV 201.44 137.91 108.43 -
System Red Green Blue C M Y K H S L
Decimal 174 212 219 0.21 0.03 0 0.14 189.33 0.38 0.77
Hex AE D4 DB 15 3 0 E BD 26 4D
Octal 256 324 333 25 3 0 16 275 46 115
Binary 10101110 11010100 11011011 10101 11 0 1110 10111101 100110 1001101

Color Harmonies of #AED4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED4DB

Black with #AED4DB

Text Example


Text Example

White with #AED4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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