Shades of French Pass #9AD4E1
Tints of French Pass #9AD4E1
RGB
CMYK
RGB Variations
Color information
#9AD4E1 (or 0x9AD4E1) is known color: French Pass. HEX triplet: 9A, D4 and E1. RGB value is (154,212,225). Sum of RGB (Red+Green+Blue) = 154+212+225=591 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.06% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 225 - color contains mainly: blue. Hex color #9AD4E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD4E1 is #652B1E. Grayscale: #C4C4C4. Windows color (decimal): -6630175 or 14800026. OLE color: 14800026.
HSL color Cylindrical-coordinate representation of color #9AD4E1: hue angle of 190.99º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AD4E1 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 154 | 212 | 225 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.12 |
| HSL | 190.99º | 0.54% | 0.74% | - |
| HSV(B) | 190.99º | 0.32% | 0.88% | - |
| XYZ | 50.46 | 59.39 | 80.04 | - |
| YUV | 196.14 | 144.28 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 212 | 225 | 0.32 | 0.06 | 0 | 0.12 | 190.99 | 0.54 | 0.74 |
| Hex | 9A | D4 | E1 | 20 | 6 | 0 | C | BF | 36 | 4A |
| Octal | 232 | 324 | 341 | 40 | 6 | 0 | 14 | 277 | 66 | 112 |
| Binary | 10011010 | 11010100 | 11100001 | 100000 | 110 | 0 | 1100 | 10111111 | 110110 | 1001010 |
Color Harmonies of #9AD4E1
Complementary color
Monochromatic Colors of #9AD4E1
Black with #9AD4E1
Text Example
Text Example
White with #9AD4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD4E1; }
p { color: rgb(154,212,225); }
H1.HeaderClassName
{
color: #9AD4E1;
}
.AnyTagClassName
{
color: #9AD4E1;
}
</style>
background-color css
<style>
a { background-color: #9AD4E1; }
a { background-color: rgb(154,212,225); }
div.DivClassName
{
background-color: #9AD4E1;
}
.BgClassName
{
background-color: #9AD4E1;
}
</style>
border-color css
<style>
span { border-color: #9AD4E1; }
span { border-color: rgb(154,212,225); }
td.TdClassName
{
border-color: #9AD4E1;
}
.TagClassName
{
border-color: #9AD4E1;
}
</style>