Shades of Blue Romance #CFFECF
Tints of Blue Romance #CFFECF
RGB
CMYK
RGB Variations
Color information
#CFFECF (or 0xCFFECF) is known color: Blue Romance. HEX triplet: CF, FE and CF. RGB value is (207,254,207). Sum of RGB (Red+Green+Blue) = 207+254+207=668 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.99% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 207 (81.25% from 255 or 30.99% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFECF is #300130. Grayscale: #EAEAEA. Windows color (decimal): -3146033 or 13631183. OLE color: 13631183.
HSL color Cylindrical-coordinate representation of color #CFFECF: hue angle of 120º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFECF is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 207 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.00 |
| HSL | 120º | 0.96% | 0.9% | - |
| HSV(B) | 120º | 0.19% | 1% | - |
| XYZ | 72.44 | 88.65 | 72.33 | - |
| YUV | 234.59 | 112.43 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 207 | 0.19 | 0 | 0.19 | 0.00 | 120 | 0.96 | 0.9 |
| Hex | CF | FE | CF | 13 | 0 | 13 | 0 | 78 | 60 | 5A |
| Octal | 317 | 376 | 317 | 23 | 0 | 23 | 0 | 170 | 140 | 132 |
| Binary | 11001111 | 11111110 | 11001111 | 10011 | 0 | 10011 | 0 | 1111000 | 1100000 | 1011010 |
Color Harmonies of #CFFECF
Complementary color
Monochromatic Colors of #CFFECF
Black with #CFFECF
Text Example
Text Example
White with #CFFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFECF; }
p { color: rgb(207,254,207); }
H1.HeaderClassName
{
color: #CFFECF;
}
.AnyTagClassName
{
color: #CFFECF;
}
</style>
background-color css
<style>
a { background-color: #CFFECF; }
a { background-color: rgb(207,254,207); }
div.DivClassName
{
background-color: #CFFECF;
}
.BgClassName
{
background-color: #CFFECF;
}
</style>
border-color css
<style>
span { border-color: #CFFECF; }
span { border-color: rgb(207,254,207); }
td.TdClassName
{
border-color: #CFFECF;
}
.TagClassName
{
border-color: #CFFECF;
}
</style>