Shades of Blue Romance #CFF0CF
Tints of Blue Romance #CFF0CF
RGB
CMYK
RGB Variations
Color information
#CFF0CF (or 0xCFF0CF) is known color: Blue Romance. HEX triplet: CF, F0 and CF. RGB value is (207,240,207). Sum of RGB (Red+Green+Blue) = 207+240+207=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0CF is #300F30. Grayscale: #E2E2E2. Windows color (decimal): -3149617 or 13627599. OLE color: 13627599.
HSL color Cylindrical-coordinate representation of color #CFF0CF: hue angle of 120º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF0CF is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 207 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.06 |
| HSL | 120º | 0.52% | 0.88% | - |
| HSV(B) | 120º | 0.14% | 0.94% | - |
| XYZ | 68.15 | 80.09 | 70.9 | - |
| YUV | 226.37 | 117.07 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 207 | 0.14 | 0 | 0.14 | 0.06 | 120 | 0.52 | 0.88 |
| Hex | CF | F0 | CF | E | 0 | E | 6 | 78 | 34 | 58 |
| Octal | 317 | 360 | 317 | 16 | 0 | 16 | 6 | 170 | 64 | 130 |
| Binary | 11001111 | 11110000 | 11001111 | 1110 | 0 | 1110 | 110 | 1111000 | 110100 | 1011000 |
Color Harmonies of #CFF0CF
Complementary color
Monochromatic Colors of #CFF0CF
Black with #CFF0CF
Text Example
Text Example
White with #CFF0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0CF; }
p { color: rgb(207,240,207); }
H1.HeaderClassName
{
color: #CFF0CF;
}
.AnyTagClassName
{
color: #CFF0CF;
}
</style>
background-color css
<style>
a { background-color: #CFF0CF; }
a { background-color: rgb(207,240,207); }
div.DivClassName
{
background-color: #CFF0CF;
}
.BgClassName
{
background-color: #CFF0CF;
}
</style>
border-color css
<style>
span { border-color: #CFF0CF; }
span { border-color: rgb(207,240,207); }
td.TdClassName
{
border-color: #CFF0CF;
}
.TagClassName
{
border-color: #CFF0CF;
}
</style>