Shades of Blue Romance #CFF9CB
Tints of Blue Romance #CFF9CB
RGB
CMYK
RGB Variations
Color information
#CFF9CB (or 0xCFF9CB) is known color: Blue Romance. HEX triplet: CF, F9 and CB. RGB value is (207,249,203). Sum of RGB (Red+Green+Blue) = 207+249+203=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 249 (97.66% from 255 or 37.78% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF9CB is #300634. Grayscale: #E7E7E7. Windows color (decimal): -3147317 or 13367759. OLE color: 13367759.
HSL color Cylindrical-coordinate representation of color #CFF9CB: hue angle of 114.78º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFF9CB is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 203 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.02 |
| HSL | 114.78º | 0.79% | 0.89% | - |
| HSV(B) | 114.78º | 0.18% | 0.98% | - |
| XYZ | 70.39 | 85.33 | 69.26 | - |
| YUV | 231.2 | 112.09 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 203 | 0.17 | 0 | 0.18 | 0.02 | 114.78 | 0.79 | 0.89 |
| Hex | CF | F9 | CB | 11 | 0 | 12 | 2 | 73 | 4F | 59 |
| Octal | 317 | 371 | 313 | 21 | 0 | 22 | 2 | 163 | 117 | 131 |
| Binary | 11001111 | 11111001 | 11001011 | 10001 | 0 | 10010 | 10 | 1110011 | 1001111 | 1011001 |
Color Harmonies of #CFF9CB
Complementary color
Monochromatic Colors of #CFF9CB
Black with #CFF9CB
Text Example
Text Example
White with #CFF9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF9CB; }
p { color: rgb(207,249,203); }
H1.HeaderClassName
{
color: #CFF9CB;
}
.AnyTagClassName
{
color: #CFF9CB;
}
</style>
background-color css
<style>
a { background-color: #CFF9CB; }
a { background-color: rgb(207,249,203); }
div.DivClassName
{
background-color: #CFF9CB;
}
.BgClassName
{
background-color: #CFF9CB;
}
</style>
border-color css
<style>
span { border-color: #CFF9CB; }
span { border-color: rgb(207,249,203); }
td.TdClassName
{
border-color: #CFF9CB;
}
.TagClassName
{
border-color: #CFF9CB;
}
</style>