Shades of French Pass #99D1E3
Tints of French Pass #99D1E3
RGB
CMYK
RGB Variations
Color information
#99D1E3 (or 0x99D1E3) is known color: French Pass. HEX triplet: 99, D1 and E3. RGB value is (153,209,227). Sum of RGB (Red+Green+Blue) = 153+209+227=589 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.98% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 227 (89.06% from 255 or 38.54% from 589); Max value from RGB is 227 - color contains mainly: blue. Hex color #99D1E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D1E3 is #662E1C. Grayscale: #C2C2C2. Windows color (decimal): -6696477 or 14930329. OLE color: 14930329.
HSL color Cylindrical-coordinate representation of color #99D1E3: hue angle of 194.59º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99D1E3 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 209 | 227 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.11 |
| HSL | 194.59º | 0.57% | 0.75% | - |
| HSV(B) | 194.59º | 0.33% | 0.89% | - |
| XYZ | 49.8 | 57.92 | 81.23 | - |
| YUV | 194.31 | 146.45 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 209 | 227 | 0.33 | 0.08 | 0 | 0.11 | 194.59 | 0.57 | 0.75 |
| Hex | 99 | D1 | E3 | 21 | 8 | 0 | B | C3 | 39 | 4B |
| Octal | 231 | 321 | 343 | 41 | 10 | 0 | 13 | 303 | 71 | 113 |
| Binary | 10011001 | 11010001 | 11100011 | 100001 | 1000 | 0 | 1011 | 11000011 | 111001 | 1001011 |
Color Harmonies of #99D1E3
Complementary color
Monochromatic Colors of #99D1E3
Black with #99D1E3
Text Example
Text Example
White with #99D1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D1E3; }
p { color: rgb(153,209,227); }
H1.HeaderClassName
{
color: #99D1E3;
}
.AnyTagClassName
{
color: #99D1E3;
}
</style>
background-color css
<style>
a { background-color: #99D1E3; }
a { background-color: rgb(153,209,227); }
div.DivClassName
{
background-color: #99D1E3;
}
.BgClassName
{
background-color: #99D1E3;
}
</style>
border-color css
<style>
span { border-color: #99D1E3; }
span { border-color: rgb(153,209,227); }
td.TdClassName
{
border-color: #99D1E3;
}
.TagClassName
{
border-color: #99D1E3;
}
</style>