Shades of Blue Romance #CCFBCD
Tints of Blue Romance #CCFBCD
RGB
CMYK
RGB Variations
Color information
#CCFBCD (or 0xCCFBCD) is known color: Blue Romance. HEX triplet: CC, FB and CD. RGB value is (204,251,205). Sum of RGB (Red+Green+Blue) = 204+251+205=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 251 (98.44% from 255 or 38.03% from 660); Blue value is 205 (80.47% from 255 or 31.06% from 660); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBCD is #330432. Grayscale: #E7E7E7. Windows color (decimal): -3343411 or 13499340. OLE color: 13499340.
HSL color Cylindrical-coordinate representation of color #CCFBCD: hue angle of 121.28º 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 #CCFBCD is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 251 | 205 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.02 |
| HSL | 121.28º | 0.85% | 0.89% | - |
| HSV(B) | 121.28º | 0.19% | 0.98% | - |
| XYZ | 70.42 | 86.24 | 70.69 | - |
| YUV | 231.7 | 112.93 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 251 | 205 | 0.19 | 0 | 0.18 | 0.02 | 121.28 | 0.85 | 0.89 |
| Hex | CC | FB | CD | 13 | 0 | 12 | 2 | 79 | 55 | 59 |
| Octal | 314 | 373 | 315 | 23 | 0 | 22 | 2 | 171 | 125 | 131 |
| Binary | 11001100 | 11111011 | 11001101 | 10011 | 0 | 10010 | 10 | 1111001 | 1010101 | 1011001 |
Color Harmonies of #CCFBCD
Complementary color
Monochromatic Colors of #CCFBCD
Black with #CCFBCD
Text Example
Text Example
White with #CCFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFBCD; }
p { color: rgb(204,251,205); }
H1.HeaderClassName
{
color: #CCFBCD;
}
.AnyTagClassName
{
color: #CCFBCD;
}
</style>
background-color css
<style>
a { background-color: #CCFBCD; }
a { background-color: rgb(204,251,205); }
div.DivClassName
{
background-color: #CCFBCD;
}
.BgClassName
{
background-color: #CCFBCD;
}
</style>
border-color css
<style>
span { border-color: #CCFBCD; }
span { border-color: rgb(204,251,205); }
td.TdClassName
{
border-color: #CCFBCD;
}
.TagClassName
{
border-color: #CCFBCD;
}
</style>