Html Css Color HEX #AED1DB French Pass

📋 copy color: '#AED1DB'

red 174 ◦ green 209 ◦ blue 219

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

Shades of French Pass #AED1DB

Tints of French Pass #AED1DB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.72%

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

R = 28.9%
G = 34.72%
B = 36.38%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AED1DB (or 0xAED1DB) is known color: French Pass. HEX triplet: AE, D1 and DB. RGB value is (174,209,219). Sum of RGB (Red+Green+Blue) = 174+209+219=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #AED1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED1DB is #512E24. Grayscale: #C7C7C7. Windows color (decimal): -5320229 or 14406062. OLE color: 14406062.

HSL color Cylindrical-coordinate representation of color #AED1DB: hue angle of 193.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 #AED1DB is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 209 219 -
CMYK 0.21 0.05 0 0.14
HSL 193.33º 0.38% 0.77% -
HSV(B) 193.33º 0.21% 0.86% -
XYZ 53.04 59.71 75.75 -
YUV 199.68 138.9 109.69 -
System Red Green Blue C M Y K H S L
Decimal 174 209 219 0.21 0.05 0 0.14 193.33 0.38 0.77
Hex AE D1 DB 15 5 0 E C1 26 4D
Octal 256 321 333 25 5 0 16 301 46 115
Binary 10101110 11010001 11011011 10101 101 0 1110 11000001 100110 1001101

Color Harmonies of #AED1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED1DB

Black with #AED1DB

Text Example


Text Example

White with #AED1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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