Shades of Blue Romance #CFFFCC
Tints of Blue Romance #CFFFCC
RGB
CMYK
RGB Variations
Color information
#CFFFCC (or 0xCFFFCC) is known color: Blue Romance. HEX triplet: CF, FF and CC. RGB value is (207,255,204). Sum of RGB (Red+Green+Blue) = 207+255+204=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 204 (80.08% from 255 or 30.63% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFCC is #300033. Grayscale: #EAEAEA. Windows color (decimal): -3145780 or 13434831. OLE color: 13434831.
HSL color Cylindrical-coordinate representation of color #CFFFCC: hue angle of 116.47º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFFFCC is Cyan = 0.19, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 204 | - |
| CMYK | 0.19 | 0 | 0.2 | 0 |
| HSL | 116.47º | 1% | 0.9% | - |
| HSV(B) | 116.47º | 0.2% | 1% | - |
| XYZ | 72.39 | 89.15 | 70.52 | - |
| YUV | 234.83 | 110.6 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 204 | 0.19 | 0 | 0.2 | 0 | 116.47 | 1 | 0.9 |
| Hex | CF | FF | CC | 13 | 0 | 14 | 0 | 74 | 64 | 5A |
| Octal | 317 | 377 | 314 | 23 | 0 | 24 | 0 | 164 | 144 | 132 |
| Binary | 11001111 | 11111111 | 11001100 | 10011 | 0 | 10100 | 0 | 1110100 | 1100100 | 1011010 |
Color Harmonies of #CFFFCC
Complementary color
Monochromatic Colors of #CFFFCC
Black with #CFFFCC
Text Example
Text Example
White with #CFFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFCC; }
p { color: rgb(207,255,204); }
H1.HeaderClassName
{
color: #CFFFCC;
}
.AnyTagClassName
{
color: #CFFFCC;
}
</style>
background-color css
<style>
a { background-color: #CFFFCC; }
a { background-color: rgb(207,255,204); }
div.DivClassName
{
background-color: #CFFFCC;
}
.BgClassName
{
background-color: #CFFFCC;
}
</style>
border-color css
<style>
span { border-color: #CFFFCC; }
span { border-color: rgb(207,255,204); }
td.TdClassName
{
border-color: #CFFFCC;
}
.TagClassName
{
border-color: #CFFFCC;
}
</style>