Html Css Color HEX #AED5DB French Pass

📋 copy color: '#AED5DB'

red 174 ◦ green 213 ◦ blue 219

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

Shades of French Pass #AED5DB

Tints of French Pass #AED5DB

RGB

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

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

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

R = 28.71%
G = 35.15%
B = 36.14%

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

#AED5DB (or 0xAED5DB) is known color: French Pass. HEX triplet: AE, D5 and DB. RGB value is (174,213,219). Sum of RGB (Red+Green+Blue) = 174+213+219=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #AED5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED5DB is #512A24. Grayscale: #C9C9C9. Windows color (decimal): -5319205 or 14407086. OLE color: 14407086.

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

Color convert

RGB 174 213 219 -
CMYK 0.21 0.03 0 0.14
HSL 188º 0.38% 0.77% -
HSV(B) 188º 0.21% 0.86% -
XYZ 54.04 61.7 76.08 -
YUV 202.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 174 213 219 0.21 0.03 0 0.14 188 0.38 0.77
Hex AE D5 DB 15 3 0 E BC 26 4D
Octal 256 325 333 25 3 0 16 274 46 115
Binary 10101110 11010101 11011011 10101 11 0 1110 10111100 100110 1001101

Color Harmonies of #AED5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED5DB

Black with #AED5DB

Text Example


Text Example

White with #AED5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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