Shades of Blue Romance #CCFBCE
Tints of Blue Romance #CCFBCE
RGB
CMYK
RGB Variations
Color information
#CCFBCE (or 0xCCFBCE) is known color: Blue Romance. HEX triplet: CC, FB and CE. RGB value is (204,251,206). Sum of RGB (Red+Green+Blue) = 204+251+206=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 251 (98.44% from 255 or 37.97% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBCE is #330431. Grayscale: #E7E7E7. Windows color (decimal): -3343410 or 13564876. OLE color: 13564876.
HSL color Cylindrical-coordinate representation of color #CCFBCE: hue angle of 122.55º degrees, saturation: 0.85, 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 #CCFBCE is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 251 | 206 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.02 |
| HSL | 122.55º | 0.85% | 0.89% | - |
| HSV(B) | 122.55º | 0.19% | 0.98% | - |
| XYZ | 70.54 | 86.29 | 71.33 | - |
| YUV | 231.82 | 113.43 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 251 | 206 | 0.19 | 0 | 0.18 | 0.02 | 122.55 | 0.85 | 0.89 |
| Hex | CC | FB | CE | 13 | 0 | 12 | 2 | 7B | 55 | 59 |
| Octal | 314 | 373 | 316 | 23 | 0 | 22 | 2 | 173 | 125 | 131 |
| Binary | 11001100 | 11111011 | 11001110 | 10011 | 0 | 10010 | 10 | 1111011 | 1010101 | 1011001 |
Color Harmonies of #CCFBCE
Complementary color
Monochromatic Colors of #CCFBCE
Black with #CCFBCE
Text Example
Text Example
White with #CCFBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFBCE; }
p { color: rgb(204,251,206); }
H1.HeaderClassName
{
color: #CCFBCE;
}
.AnyTagClassName
{
color: #CCFBCE;
}
</style>
background-color css
<style>
a { background-color: #CCFBCE; }
a { background-color: rgb(204,251,206); }
div.DivClassName
{
background-color: #CCFBCE;
}
.BgClassName
{
background-color: #CCFBCE;
}
</style>
border-color css
<style>
span { border-color: #CCFBCE; }
span { border-color: rgb(204,251,206); }
td.TdClassName
{
border-color: #CCFBCE;
}
.TagClassName
{
border-color: #CCFBCE;
}
</style>