Shades of Blue Romance #C8F1C7
Tints of Blue Romance #C8F1C7
RGB
CMYK
RGB Variations
Color information
#C8F1C7 (or 0xC8F1C7) is known color: Blue Romance. HEX triplet: C8, F1 and C7. RGB value is (200,241,199). Sum of RGB (Red+Green+Blue) = 200+241+199=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 241 (94.53% from 255 or 37.66% from 640); Blue value is 199 (78.12% from 255 or 31.09% from 640); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F1C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F1C7 is #370E38. Grayscale: #E0E0E0. Windows color (decimal): -3608121 or 13103560. OLE color: 13103560.
HSL color Cylindrical-coordinate representation of color #C8F1C7: hue angle of 118.57º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8F1C7 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 199 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.05 |
| HSL | 118.57º | 0.6% | 0.86% | - |
| HSV(B) | 118.57º | 0.17% | 0.95% | - |
| XYZ | 65.58 | 79.31 | 65.89 | - |
| YUV | 223.95 | 113.92 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 199 | 0.17 | 0 | 0.17 | 0.05 | 118.57 | 0.6 | 0.86 |
| Hex | C8 | F1 | C7 | 11 | 0 | 11 | 5 | 77 | 3C | 56 |
| Octal | 310 | 361 | 307 | 21 | 0 | 21 | 5 | 167 | 74 | 126 |
| Binary | 11001000 | 11110001 | 11000111 | 10001 | 0 | 10001 | 101 | 1110111 | 111100 | 1010110 |
Color Harmonies of #C8F1C7
Complementary color
Monochromatic Colors of #C8F1C7
Black with #C8F1C7
Text Example
Text Example
White with #C8F1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F1C7; }
p { color: rgb(200,241,199); }
H1.HeaderClassName
{
color: #C8F1C7;
}
.AnyTagClassName
{
color: #C8F1C7;
}
</style>
background-color css
<style>
a { background-color: #C8F1C7; }
a { background-color: rgb(200,241,199); }
div.DivClassName
{
background-color: #C8F1C7;
}
.BgClassName
{
background-color: #C8F1C7;
}
</style>
border-color css
<style>
span { border-color: #C8F1C7; }
span { border-color: rgb(200,241,199); }
td.TdClassName
{
border-color: #C8F1C7;
}
.TagClassName
{
border-color: #C8F1C7;
}
</style>