Html Css Color HEX #AED5DC French Pass

📋 copy color: '#AED5DC'

red 174 ◦ green 213 ◦ blue 220

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

Shades of French Pass #AED5DC

Tints of French Pass #AED5DC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.09%

 BLUE value IS 220 (86.33% from 255) = 36.24%

R = 28.67%
G = 35.09%
B = 36.24%

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

#AED5DC (or 0xAED5DC) is known color: French Pass. HEX triplet: AE, D5 and DC. RGB value is (174,213,220). Sum of RGB (Red+Green+Blue) = 174+213+220=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #AED5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED5DC is #512A23. Grayscale: #CACACA. Windows color (decimal): -5319204 or 14472622. OLE color: 14472622.

HSL color Cylindrical-coordinate representation of color #AED5DC: hue angle of 189.13º degrees, saturation: 0.4, 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 #AED5DC is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 213 220 -
CMYK 0.21 0.03 0 0.14
HSL 189.13º 0.4% 0.77% -
HSV(B) 189.13º 0.21% 0.86% -
XYZ 54.17 61.75 76.77 -
YUV 202.14 138.08 107.93 -
System Red Green Blue C M Y K H S L
Decimal 174 213 220 0.21 0.03 0 0.14 189.13 0.4 0.77
Hex AE D5 DC 15 3 0 E BD 28 4D
Octal 256 325 334 25 3 0 16 275 50 115
Binary 10101110 11010101 11011100 10101 11 0 1110 10111101 101000 1001101

Color Harmonies of #AED5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED5DC

Black with #AED5DC

Text Example


Text Example

White with #AED5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED5DC; }

 p { color: rgb(174,213,220); }

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

background-color css

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

 a { background-color: rgb(174,213,220); }

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

border-color css

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

 span { border-color: rgb(174,213,220); }

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