Shades of Blue Romance #CFF7CB
Tints of Blue Romance #CFF7CB
RGB
CMYK
RGB Variations
Color information
#CFF7CB (or 0xCFF7CB) is known color: Blue Romance. HEX triplet: CF, F7 and CB. RGB value is (207,247,203). Sum of RGB (Red+Green+Blue) = 207+247+203=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 247 (96.88% from 255 or 37.60% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF7CB is #300834. Grayscale: #E6E6E6. Windows color (decimal): -3147829 or 13367247. OLE color: 13367247.
HSL color Cylindrical-coordinate representation of color #CFF7CB: hue angle of 114.55º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFF7CB is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 203 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.03 |
| HSL | 114.55º | 0.73% | 0.88% | - |
| HSV(B) | 114.55º | 0.18% | 0.97% | - |
| XYZ | 69.77 | 84.1 | 69.06 | - |
| YUV | 230.02 | 112.75 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 203 | 0.16 | 0 | 0.18 | 0.03 | 114.55 | 0.73 | 0.88 |
| Hex | CF | F7 | CB | 10 | 0 | 12 | 3 | 73 | 49 | 58 |
| Octal | 317 | 367 | 313 | 20 | 0 | 22 | 3 | 163 | 111 | 130 |
| Binary | 11001111 | 11110111 | 11001011 | 10000 | 0 | 10010 | 11 | 1110011 | 1001001 | 1011000 |
Color Harmonies of #CFF7CB
Complementary color
Monochromatic Colors of #CFF7CB
Black with #CFF7CB
Text Example
Text Example
White with #CFF7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF7CB; }
p { color: rgb(207,247,203); }
H1.HeaderClassName
{
color: #CFF7CB;
}
.AnyTagClassName
{
color: #CFF7CB;
}
</style>
background-color css
<style>
a { background-color: #CFF7CB; }
a { background-color: rgb(207,247,203); }
div.DivClassName
{
background-color: #CFF7CB;
}
.BgClassName
{
background-color: #CFF7CB;
}
</style>
border-color css
<style>
span { border-color: #CFF7CB; }
span { border-color: rgb(207,247,203); }
td.TdClassName
{
border-color: #CFF7CB;
}
.TagClassName
{
border-color: #CFF7CB;
}
</style>