Shades of Blue Romance #CFF0CB
Tints of Blue Romance #CFF0CB
RGB
CMYK
RGB Variations
Color information
#CFF0CB (or 0xCFF0CB) is known color: Blue Romance. HEX triplet: CF, F0 and CB. RGB value is (207,240,203). Sum of RGB (Red+Green+Blue) = 207+240+203=650 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.85% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0CB is #300F34. Grayscale: #E2E2E2. Windows color (decimal): -3149621 or 13365455. OLE color: 13365455.
HSL color Cylindrical-coordinate representation of color #CFF0CB: hue angle of 113.51º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFF0CB is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 203 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.06 |
| HSL | 113.51º | 0.55% | 0.87% | - |
| HSV(B) | 113.51º | 0.15% | 0.94% | - |
| XYZ | 67.67 | 79.9 | 68.35 | - |
| YUV | 225.92 | 115.07 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 203 | 0.14 | 0 | 0.15 | 0.06 | 113.51 | 0.55 | 0.87 |
| Hex | CF | F0 | CB | E | 0 | F | 6 | 72 | 37 | 57 |
| Octal | 317 | 360 | 313 | 16 | 0 | 17 | 6 | 162 | 67 | 127 |
| Binary | 11001111 | 11110000 | 11001011 | 1110 | 0 | 1111 | 110 | 1110010 | 110111 | 1010111 |
Color Harmonies of #CFF0CB
Complementary color
Monochromatic Colors of #CFF0CB
Black with #CFF0CB
Text Example
Text Example
White with #CFF0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0CB; }
p { color: rgb(207,240,203); }
H1.HeaderClassName
{
color: #CFF0CB;
}
.AnyTagClassName
{
color: #CFF0CB;
}
</style>
background-color css
<style>
a { background-color: #CFF0CB; }
a { background-color: rgb(207,240,203); }
div.DivClassName
{
background-color: #CFF0CB;
}
.BgClassName
{
background-color: #CFF0CB;
}
</style>
border-color css
<style>
span { border-color: #CFF0CB; }
span { border-color: rgb(207,240,203); }
td.TdClassName
{
border-color: #CFF0CB;
}
.TagClassName
{
border-color: #CFF0CB;
}
</style>