Shades of French Pass #AECFDB
Tints of French Pass #AECFDB
RGB
CMYK
RGB Variations
Color information
#AECFDB (or 0xAECFDB) is known color: French Pass. HEX triplet: AE, CF and DB. RGB value is (174,207,219). Sum of RGB (Red+Green+Blue) = 174+207+219=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #AECFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFDB is #513024. Grayscale: #C6C6C6. Windows color (decimal): -5320741 or 14405550. OLE color: 14405550.
HSL color Cylindrical-coordinate representation of color #AECFDB: hue angle of 196º 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 #AECFDB is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 174 | 207 | 219 | - |
CMYK | 0.21 | 0.05 | 0 | 0.14 |
HSL | 196º | 0.38% | 0.77% | - |
HSV(B) | 196º | 0.21% | 0.86% | - |
XYZ | 52.55 | 58.74 | 75.59 | - |
YUV | 198.5 | 139.57 | 110.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 207 | 219 | 0.21 | 0.05 | 0 | 0.14 | 196 | 0.38 | 0.77 |
Hex | AE | CF | DB | 15 | 5 | 0 | E | C4 | 26 | 4D |
Octal | 256 | 317 | 333 | 25 | 5 | 0 | 16 | 304 | 46 | 115 |
Binary | 10101110 | 11001111 | 11011011 | 10101 | 101 | 0 | 1110 | 11000100 | 100110 | 1001101 |
Color Harmonies of #AECFDB
Complementary color
Monochromatic Colors of #AECFDB
Black with #AECFDB
Text Example
Text Example
White with #AECFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECFDB; }
p { color: rgb(174,207,219); }
H1.HeaderClassName
{
color: #AECFDB;
}
.AnyTagClassName
{
color: #AECFDB;
}
</style>
background-color css
<style>
a { background-color: #AECFDB; }
a { background-color: rgb(174,207,219); }
div.DivClassName
{
background-color: #AECFDB;
}
.BgClassName
{
background-color: #AECFDB;
}
</style>
border-color css
<style>
span { border-color: #AECFDB; }
span { border-color: rgb(174,207,219); }
td.TdClassName
{
border-color: #AECFDB;
}
.TagClassName
{
border-color: #AECFDB;
}
</style>