Shades of Blue Romance #CFF2CF
Tints of Blue Romance #CFF2CF
RGB
CMYK
RGB Variations
Color information
#CFF2CF (or 0xCFF2CF) is known color: Blue Romance. HEX triplet: CF, F2 and CF. RGB value is (207,242,207). Sum of RGB (Red+Green+Blue) = 207+242+207=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2CF is #300D30. Grayscale: #E3E3E3. Windows color (decimal): -3149105 or 13628111. OLE color: 13628111.
HSL color Cylindrical-coordinate representation of color #CFF2CF: hue angle of 120º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF2CF is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 207 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.05 |
| HSL | 120º | 0.57% | 0.88% | - |
| HSV(B) | 120º | 0.14% | 0.95% | - |
| XYZ | 68.75 | 81.27 | 71.1 | - |
| YUV | 227.55 | 116.4 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 207 | 0.14 | 0 | 0.14 | 0.05 | 120 | 0.57 | 0.88 |
| Hex | CF | F2 | CF | E | 0 | E | 5 | 78 | 39 | 58 |
| Octal | 317 | 362 | 317 | 16 | 0 | 16 | 5 | 170 | 71 | 130 |
| Binary | 11001111 | 11110010 | 11001111 | 1110 | 0 | 1110 | 101 | 1111000 | 111001 | 1011000 |
Color Harmonies of #CFF2CF
Complementary color
Monochromatic Colors of #CFF2CF
Black with #CFF2CF
Text Example
Text Example
White with #CFF2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2CF; }
p { color: rgb(207,242,207); }
H1.HeaderClassName
{
color: #CFF2CF;
}
.AnyTagClassName
{
color: #CFF2CF;
}
</style>
background-color css
<style>
a { background-color: #CFF2CF; }
a { background-color: rgb(207,242,207); }
div.DivClassName
{
background-color: #CFF2CF;
}
.BgClassName
{
background-color: #CFF2CF;
}
</style>
border-color css
<style>
span { border-color: #CFF2CF; }
span { border-color: rgb(207,242,207); }
td.TdClassName
{
border-color: #CFF2CF;
}
.TagClassName
{
border-color: #CFF2CF;
}
</style>