Shades of Blue Romance #C9FAC7
Tints of Blue Romance #C9FAC7
RGB
CMYK
RGB Variations
Color information
#C9FAC7 (or 0xC9FAC7) is known color: Blue Romance. HEX triplet: C9, FA and C7. RGB value is (201,250,199). Sum of RGB (Red+Green+Blue) = 201+250+199=650 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.92% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 199 (78.12% from 255 or 30.62% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FAC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FAC7 is #360538. Grayscale: #E5E5E5. Windows color (decimal): -3540281 or 13105865. OLE color: 13105865.
HSL color Cylindrical-coordinate representation of color #C9FAC7: hue angle of 117.65º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9FAC7 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 250 | 199 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.02 |
| HSL | 117.65º | 0.84% | 0.88% | - |
| HSV(B) | 117.65º | 0.2% | 0.98% | - |
| XYZ | 68.58 | 84.91 | 66.81 | - |
| YUV | 229.54 | 110.77 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 199 | 0.20 | 0 | 0.20 | 0.02 | 117.65 | 0.84 | 0.88 |
| Hex | C9 | FA | C7 | 14 | 0 | 14 | 2 | 76 | 54 | 58 |
| Octal | 311 | 372 | 307 | 24 | 0 | 24 | 2 | 166 | 124 | 130 |
| Binary | 11001001 | 11111010 | 11000111 | 10100 | 0 | 10100 | 10 | 1110110 | 1010100 | 1011000 |
Color Harmonies of #C9FAC7
Complementary color
Monochromatic Colors of #C9FAC7
Black with #C9FAC7
Text Example
Text Example
White with #C9FAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FAC7; }
p { color: rgb(201,250,199); }
H1.HeaderClassName
{
color: #C9FAC7;
}
.AnyTagClassName
{
color: #C9FAC7;
}
</style>
background-color css
<style>
a { background-color: #C9FAC7; }
a { background-color: rgb(201,250,199); }
div.DivClassName
{
background-color: #C9FAC7;
}
.BgClassName
{
background-color: #C9FAC7;
}
</style>
border-color css
<style>
span { border-color: #C9FAC7; }
span { border-color: rgb(201,250,199); }
td.TdClassName
{
border-color: #C9FAC7;
}
.TagClassName
{
border-color: #C9FAC7;
}
</style>