Shades of Blue Romance #CFF6CF
Tints of Blue Romance #CFF6CF
RGB
CMYK
RGB Variations
Color information
#CFF6CF (or 0xCFF6CF) is known color: Blue Romance. HEX triplet: CF, F6 and CF. RGB value is (207,246,207). Sum of RGB (Red+Green+Blue) = 207+246+207=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 246 (96.48% from 255 or 37.27% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF6CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF6CF is #300930. Grayscale: #E6E6E6. Windows color (decimal): -3148081 or 13629135. OLE color: 13629135.
HSL color Cylindrical-coordinate representation of color #CFF6CF: hue angle of 120º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF6CF is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 207 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.04 |
| HSL | 120º | 0.68% | 0.89% | - |
| HSV(B) | 120º | 0.16% | 0.96% | - |
| XYZ | 69.95 | 83.68 | 71.5 | - |
| YUV | 229.89 | 115.08 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 207 | 0.16 | 0 | 0.16 | 0.04 | 120 | 0.68 | 0.89 |
| Hex | CF | F6 | CF | 10 | 0 | 10 | 4 | 78 | 44 | 59 |
| Octal | 317 | 366 | 317 | 20 | 0 | 20 | 4 | 170 | 104 | 131 |
| Binary | 11001111 | 11110110 | 11001111 | 10000 | 0 | 10000 | 100 | 1111000 | 1000100 | 1011001 |
Color Harmonies of #CFF6CF
Complementary color
Monochromatic Colors of #CFF6CF
Black with #CFF6CF
Text Example
Text Example
White with #CFF6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF6CF; }
p { color: rgb(207,246,207); }
H1.HeaderClassName
{
color: #CFF6CF;
}
.AnyTagClassName
{
color: #CFF6CF;
}
</style>
background-color css
<style>
a { background-color: #CFF6CF; }
a { background-color: rgb(207,246,207); }
div.DivClassName
{
background-color: #CFF6CF;
}
.BgClassName
{
background-color: #CFF6CF;
}
</style>
border-color css
<style>
span { border-color: #CFF6CF; }
span { border-color: rgb(207,246,207); }
td.TdClassName
{
border-color: #CFF6CF;
}
.TagClassName
{
border-color: #CFF6CF;
}
</style>