Shades of Blue Romance #CFFFCF
Tints of Blue Romance #CFFFCF
RGB
CMYK
RGB Variations
Color information
#CFFFCF (or 0xCFFFCF) is known color: Blue Romance. HEX triplet: CF, FF and CF. RGB value is (207,255,207). Sum of RGB (Red+Green+Blue) = 207+255+207=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFCF is #300030. Grayscale: #EBEBEB. Windows color (decimal): -3145777 or 13631439. OLE color: 13631439.
HSL color Cylindrical-coordinate representation of color #CFFFCF: hue angle of 120º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFFCF is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 207 | - |
| CMYK | 0.19 | 0 | 0.19 | 0 |
| HSL | 120º | 1% | 0.91% | - |
| HSV(B) | 120º | 0.19% | 1% | - |
| XYZ | 72.75 | 89.29 | 72.43 | - |
| YUV | 235.18 | 112.1 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 207 | 0.19 | 0 | 0.19 | 0 | 120 | 1 | 0.91 |
| Hex | CF | FF | CF | 13 | 0 | 13 | 0 | 78 | 64 | 5B |
| Octal | 317 | 377 | 317 | 23 | 0 | 23 | 0 | 170 | 144 | 133 |
| Binary | 11001111 | 11111111 | 11001111 | 10011 | 0 | 10011 | 0 | 1111000 | 1100100 | 1011011 |
Color Harmonies of #CFFFCF
Complementary color
Monochromatic Colors of #CFFFCF
Black with #CFFFCF
Text Example
Text Example
White with #CFFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFCF; }
p { color: rgb(207,255,207); }
H1.HeaderClassName
{
color: #CFFFCF;
}
.AnyTagClassName
{
color: #CFFFCF;
}
</style>
background-color css
<style>
a { background-color: #CFFFCF; }
a { background-color: rgb(207,255,207); }
div.DivClassName
{
background-color: #CFFFCF;
}
.BgClassName
{
background-color: #CFFFCF;
}
</style>
border-color css
<style>
span { border-color: #CFFFCF; }
span { border-color: rgb(207,255,207); }
td.TdClassName
{
border-color: #CFFFCF;
}
.TagClassName
{
border-color: #CFFFCF;
}
</style>