Shades of French Pass #99D2E4
Tints of French Pass #99D2E4
RGB
CMYK
RGB Variations
Color information
#99D2E4 (or 0x99D2E4) is known color: French Pass. HEX triplet: 99, D2 and E4. RGB value is (153,210,228). Sum of RGB (Red+Green+Blue) = 153+210+228=591 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.89% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 228 (89.45% from 255 or 38.58% from 591); Max value from RGB is 228 - color contains mainly: blue. Hex color #99D2E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D2E4 is #662D1B. Grayscale: #C2C2C2. Windows color (decimal): -6696220 or 14996121. OLE color: 14996121.
HSL color Cylindrical-coordinate representation of color #99D2E4: hue angle of 194.4º degrees, saturation: 0.58, 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 #99D2E4 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 210 | 228 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.11 |
| HSL | 194.4º | 0.58% | 0.75% | - |
| HSV(B) | 194.4º | 0.33% | 0.89% | - |
| XYZ | 50.19 | 58.47 | 82.04 | - |
| YUV | 195.01 | 146.62 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 210 | 228 | 0.33 | 0.08 | 0 | 0.11 | 194.4 | 0.58 | 0.75 |
| Hex | 99 | D2 | E4 | 21 | 8 | 0 | B | C2 | 3A | 4B |
| Octal | 231 | 322 | 344 | 41 | 10 | 0 | 13 | 302 | 72 | 113 |
| Binary | 10011001 | 11010010 | 11100100 | 100001 | 1000 | 0 | 1011 | 11000010 | 111010 | 1001011 |
Color Harmonies of #99D2E4
Complementary color
Monochromatic Colors of #99D2E4
Black with #99D2E4
Text Example
Text Example
White with #99D2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D2E4; }
p { color: rgb(153,210,228); }
H1.HeaderClassName
{
color: #99D2E4;
}
.AnyTagClassName
{
color: #99D2E4;
}
</style>
background-color css
<style>
a { background-color: #99D2E4; }
a { background-color: rgb(153,210,228); }
div.DivClassName
{
background-color: #99D2E4;
}
.BgClassName
{
background-color: #99D2E4;
}
</style>
border-color css
<style>
span { border-color: #99D2E4; }
span { border-color: rgb(153,210,228); }
td.TdClassName
{
border-color: #99D2E4;
}
.TagClassName
{
border-color: #99D2E4;
}
</style>