Shades of Blue Romance #CFFBCB
Tints of Blue Romance #CFFBCB
RGB
CMYK
RGB Variations
Color information
#CFFBCB (or 0xCFFBCB) is known color: Blue Romance. HEX triplet: CF, FB and CB. RGB value is (207,251,203). Sum of RGB (Red+Green+Blue) = 207+251+203=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 251 (98.44% from 255 or 37.97% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFBCB is #300434. Grayscale: #E8E8E8. Windows color (decimal): -3146805 or 13368271. OLE color: 13368271.
HSL color Cylindrical-coordinate representation of color #CFFBCB: hue angle of 115º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFBCB is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 251 | 203 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.02 |
| HSL | 115º | 0.86% | 0.89% | - |
| HSV(B) | 115º | 0.19% | 0.98% | - |
| XYZ | 71.01 | 86.57 | 69.47 | - |
| YUV | 232.37 | 111.42 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 251 | 203 | 0.18 | 0 | 0.19 | 0.02 | 115 | 0.86 | 0.89 |
| Hex | CF | FB | CB | 12 | 0 | 13 | 2 | 73 | 56 | 59 |
| Octal | 317 | 373 | 313 | 22 | 0 | 23 | 2 | 163 | 126 | 131 |
| Binary | 11001111 | 11111011 | 11001011 | 10010 | 0 | 10011 | 10 | 1110011 | 1010110 | 1011001 |
Color Harmonies of #CFFBCB
Complementary color
Monochromatic Colors of #CFFBCB
Black with #CFFBCB
Text Example
Text Example
White with #CFFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFBCB; }
p { color: rgb(207,251,203); }
H1.HeaderClassName
{
color: #CFFBCB;
}
.AnyTagClassName
{
color: #CFFBCB;
}
</style>
background-color css
<style>
a { background-color: #CFFBCB; }
a { background-color: rgb(207,251,203); }
div.DivClassName
{
background-color: #CFFBCB;
}
.BgClassName
{
background-color: #CFFBCB;
}
</style>
border-color css
<style>
span { border-color: #CFFBCB; }
span { border-color: rgb(207,251,203); }
td.TdClassName
{
border-color: #CFFBCB;
}
.TagClassName
{
border-color: #CFFBCB;
}
</style>