Shades of Blue Romance #C9FAC8
Tints of Blue Romance #C9FAC8
RGB
CMYK
RGB Variations
Color information
#C9FAC8 (or 0xC9FAC8) is known color: Blue Romance. HEX triplet: C9, FA and C8. RGB value is (201,250,200). Sum of RGB (Red+Green+Blue) = 201+250+200=651 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.88% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 200 (78.52% from 255 or 30.72% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FAC8 is #360537. Grayscale: #E5E5E5. Windows color (decimal): -3540280 or 13171401. OLE color: 13171401.
HSL color Cylindrical-coordinate representation of color #C9FAC8: hue angle of 118.8º degrees, saturation: 0.83, 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 #C9FAC8 is Cyan = 0.20, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 250 | 200 | - |
| CMYK | 0.20 | 0 | 0.2 | 0.02 |
| HSL | 118.8º | 0.83% | 0.88% | - |
| HSV(B) | 118.8º | 0.2% | 0.98% | - |
| XYZ | 68.7 | 84.96 | 67.42 | - |
| YUV | 229.65 | 111.27 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 200 | 0.20 | 0 | 0.2 | 0.02 | 118.8 | 0.83 | 0.88 |
| Hex | C9 | FA | C8 | 14 | 0 | 14 | 2 | 77 | 53 | 58 |
| Octal | 311 | 372 | 310 | 24 | 0 | 24 | 2 | 167 | 123 | 130 |
| Binary | 11001001 | 11111010 | 11001000 | 10100 | 0 | 10100 | 10 | 1110111 | 1010011 | 1011000 |
Color Harmonies of #C9FAC8
Complementary color
Monochromatic Colors of #C9FAC8
Black with #C9FAC8
Text Example
Text Example
White with #C9FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FAC8; }
p { color: rgb(201,250,200); }
H1.HeaderClassName
{
color: #C9FAC8;
}
.AnyTagClassName
{
color: #C9FAC8;
}
</style>
background-color css
<style>
a { background-color: #C9FAC8; }
a { background-color: rgb(201,250,200); }
div.DivClassName
{
background-color: #C9FAC8;
}
.BgClassName
{
background-color: #C9FAC8;
}
</style>
border-color css
<style>
span { border-color: #C9FAC8; }
span { border-color: rgb(201,250,200); }
td.TdClassName
{
border-color: #C9FAC8;
}
.TagClassName
{
border-color: #C9FAC8;
}
</style>