Shades of Blue Romance #C7F3C6
Tints of Blue Romance #C7F3C6
RGB
CMYK
RGB Variations
Color information
#C7F3C6 (or 0xC7F3C6) is known color: Blue Romance. HEX triplet: C7, F3 and C6. RGB value is (199,243,198). Sum of RGB (Red+Green+Blue) = 199+243+198=640 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.09% from 640); Green value is 243 (95.31% from 255 or 37.97% from 640); Blue value is 198 (77.73% from 255 or 30.94% from 640); Max value from RGB is 243 - color contains mainly: green. Hex color #C7F3C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7F3C6 is #380C39. Grayscale: #E0E0E0. Windows color (decimal): -3673146 or 13038535. OLE color: 13038535.
HSL color Cylindrical-coordinate representation of color #C7F3C6: hue angle of 118.67º degrees, saturation: 0.65, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7F3C6 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 243 | 198 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.05 |
| HSL | 118.67º | 0.65% | 0.86% | - |
| HSV(B) | 118.67º | 0.19% | 0.95% | - |
| XYZ | 65.8 | 80.32 | 65.46 | - |
| YUV | 224.71 | 112.92 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 243 | 198 | 0.18 | 0 | 0.19 | 0.05 | 118.67 | 0.65 | 0.86 |
| Hex | C7 | F3 | C6 | 12 | 0 | 13 | 5 | 77 | 41 | 56 |
| Octal | 307 | 363 | 306 | 22 | 0 | 23 | 5 | 167 | 101 | 126 |
| Binary | 11000111 | 11110011 | 11000110 | 10010 | 0 | 10011 | 101 | 1110111 | 1000001 | 1010110 |
Color Harmonies of #C7F3C6
Complementary color
Monochromatic Colors of #C7F3C6
Black with #C7F3C6
Text Example
Text Example
White with #C7F3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F3C6; }
p { color: rgb(199,243,198); }
H1.HeaderClassName
{
color: #C7F3C6;
}
.AnyTagClassName
{
color: #C7F3C6;
}
</style>
background-color css
<style>
a { background-color: #C7F3C6; }
a { background-color: rgb(199,243,198); }
div.DivClassName
{
background-color: #C7F3C6;
}
.BgClassName
{
background-color: #C7F3C6;
}
</style>
border-color css
<style>
span { border-color: #C7F3C6; }
span { border-color: rgb(199,243,198); }
td.TdClassName
{
border-color: #C7F3C6;
}
.TagClassName
{
border-color: #C7F3C6;
}
</style>