Shades of Blue Romance #C9FBC8
Tints of Blue Romance #C9FBC8
RGB
CMYK
RGB Variations
Color information
#C9FBC8 (or 0xC9FBC8) is known color: Blue Romance. HEX triplet: C9, FB and C8. RGB value is (201,251,200). Sum of RGB (Red+Green+Blue) = 201+251+200=652 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.83% from 652); Green value is 251 (98.44% from 255 or 38.50% from 652); Blue value is 200 (78.52% from 255 or 30.67% from 652); Max value from RGB is 251 - color contains mainly: green. Hex color #C9FBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FBC8 is #360437. Grayscale: #E6E6E6. Windows color (decimal): -3540024 or 13171657. OLE color: 13171657.
HSL color Cylindrical-coordinate representation of color #C9FBC8: hue angle of 118.82º degrees, saturation: 0.86, 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 #C9FBC8 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 251 | 200 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.02 |
| HSL | 118.82º | 0.86% | 0.88% | - |
| HSV(B) | 118.82º | 0.2% | 0.98% | - |
| XYZ | 69.01 | 85.58 | 67.53 | - |
| YUV | 230.24 | 110.94 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 251 | 200 | 0.20 | 0 | 0.20 | 0.02 | 118.82 | 0.86 | 0.88 |
| Hex | C9 | FB | C8 | 14 | 0 | 14 | 2 | 77 | 56 | 58 |
| Octal | 311 | 373 | 310 | 24 | 0 | 24 | 2 | 167 | 126 | 130 |
| Binary | 11001001 | 11111011 | 11001000 | 10100 | 0 | 10100 | 10 | 1110111 | 1010110 | 1011000 |
Color Harmonies of #C9FBC8
Complementary color
Monochromatic Colors of #C9FBC8
Black with #C9FBC8
Text Example
Text Example
White with #C9FBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FBC8; }
p { color: rgb(201,251,200); }
H1.HeaderClassName
{
color: #C9FBC8;
}
.AnyTagClassName
{
color: #C9FBC8;
}
</style>
background-color css
<style>
a { background-color: #C9FBC8; }
a { background-color: rgb(201,251,200); }
div.DivClassName
{
background-color: #C9FBC8;
}
.BgClassName
{
background-color: #C9FBC8;
}
</style>
border-color css
<style>
span { border-color: #C9FBC8; }
span { border-color: rgb(201,251,200); }
td.TdClassName
{
border-color: #C9FBC8;
}
.TagClassName
{
border-color: #C9FBC8;
}
</style>