Shades of Blue Romance #CFF2CB
Tints of Blue Romance #CFF2CB
RGB
CMYK
RGB Variations
Color information
#CFF2CB (or 0xCFF2CB) is known color: Blue Romance. HEX triplet: CF, F2 and CB. RGB value is (207,242,203). Sum of RGB (Red+Green+Blue) = 207+242+203=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2CB is #300D34. Grayscale: #E3E3E3. Windows color (decimal): -3149109 or 13365967. OLE color: 13365967.
HSL color Cylindrical-coordinate representation of color #CFF2CB: hue angle of 113.85º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF2CB is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 203 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.05 |
| HSL | 113.85º | 0.6% | 0.87% | - |
| HSV(B) | 113.85º | 0.16% | 0.95% | - |
| XYZ | 68.26 | 81.08 | 68.55 | - |
| YUV | 227.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 203 | 0.14 | 0 | 0.16 | 0.05 | 113.85 | 0.6 | 0.87 |
| Hex | CF | F2 | CB | E | 0 | 10 | 5 | 72 | 3C | 57 |
| Octal | 317 | 362 | 313 | 16 | 0 | 20 | 5 | 162 | 74 | 127 |
| Binary | 11001111 | 11110010 | 11001011 | 1110 | 0 | 10000 | 101 | 1110010 | 111100 | 1010111 |
Color Harmonies of #CFF2CB
Complementary color
Monochromatic Colors of #CFF2CB
Black with #CFF2CB
Text Example
Text Example
White with #CFF2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2CB; }
p { color: rgb(207,242,203); }
H1.HeaderClassName
{
color: #CFF2CB;
}
.AnyTagClassName
{
color: #CFF2CB;
}
</style>
background-color css
<style>
a { background-color: #CFF2CB; }
a { background-color: rgb(207,242,203); }
div.DivClassName
{
background-color: #CFF2CB;
}
.BgClassName
{
background-color: #CFF2CB;
}
</style>
border-color css
<style>
span { border-color: #CFF2CB; }
span { border-color: rgb(207,242,203); }
td.TdClassName
{
border-color: #CFF2CB;
}
.TagClassName
{
border-color: #CFF2CB;
}
</style>