Shades of Blue Romance #C8FFC7
Tints of Blue Romance #C8FFC7
RGB
CMYK
RGB Variations
Color information
#C8FFC7 (or 0xC8FFC7) is known color: Blue Romance. HEX triplet: C8, FF and C7. RGB value is (200,255,199). Sum of RGB (Red+Green+Blue) = 200+255+199=654 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.58% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 199 (78.12% from 255 or 30.43% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FFC7 is #370038. Grayscale: #E8E8E8. Windows color (decimal): -3604537 or 13107144. OLE color: 13107144.
HSL color Cylindrical-coordinate representation of color #C8FFC7: hue angle of 118.93º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8FFC7 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 199 | - |
| CMYK | 0.22 | 0 | 0.22 | 0 |
| HSL | 118.93º | 1% | 0.89% | - |
| HSV(B) | 118.93º | 0.22% | 1% | - |
| XYZ | 69.89 | 87.92 | 67.32 | - |
| YUV | 232.17 | 109.28 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 199 | 0.22 | 0 | 0.22 | 0 | 118.93 | 1 | 0.89 |
| Hex | C8 | FF | C7 | 16 | 0 | 16 | 0 | 77 | 64 | 59 |
| Octal | 310 | 377 | 307 | 26 | 0 | 26 | 0 | 167 | 144 | 131 |
| Binary | 11001000 | 11111111 | 11000111 | 10110 | 0 | 10110 | 0 | 1110111 | 1100100 | 1011001 |
Color Harmonies of #C8FFC7
Complementary color
Monochromatic Colors of #C8FFC7
Black with #C8FFC7
Text Example
Text Example
White with #C8FFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FFC7; }
p { color: rgb(200,255,199); }
H1.HeaderClassName
{
color: #C8FFC7;
}
.AnyTagClassName
{
color: #C8FFC7;
}
</style>
background-color css
<style>
a { background-color: #C8FFC7; }
a { background-color: rgb(200,255,199); }
div.DivClassName
{
background-color: #C8FFC7;
}
.BgClassName
{
background-color: #C8FFC7;
}
</style>
border-color css
<style>
span { border-color: #C8FFC7; }
span { border-color: rgb(200,255,199); }
td.TdClassName
{
border-color: #C8FFC7;
}
.TagClassName
{
border-color: #C8FFC7;
}
</style>