Shades of Blue Romance #CCFBCB
Tints of Blue Romance #CCFBCB
RGB
CMYK
RGB Variations
Color information
#CCFBCB (or 0xCCFBCB) is known color: Blue Romance. HEX triplet: CC, FB and CB. RGB value is (204,251,203). Sum of RGB (Red+Green+Blue) = 204+251+203=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBCB is #330434. Grayscale: #E7E7E7. Windows color (decimal): -3343413 or 13368268. OLE color: 13368268.
HSL color Cylindrical-coordinate representation of color #CCFBCB: hue angle of 118.75º 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 #CCFBCB is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 251 | 203 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.02 |
| HSL | 118.75º | 0.86% | 0.89% | - |
| HSV(B) | 118.75º | 0.19% | 0.98% | - |
| XYZ | 70.18 | 86.14 | 69.43 | - |
| YUV | 231.48 | 111.93 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 251 | 203 | 0.19 | 0 | 0.19 | 0.02 | 118.75 | 0.86 | 0.89 |
| Hex | CC | FB | CB | 13 | 0 | 13 | 2 | 77 | 56 | 59 |
| Octal | 314 | 373 | 313 | 23 | 0 | 23 | 2 | 167 | 126 | 131 |
| Binary | 11001100 | 11111011 | 11001011 | 10011 | 0 | 10011 | 10 | 1110111 | 1010110 | 1011001 |
Color Harmonies of #CCFBCB
Complementary color
Monochromatic Colors of #CCFBCB
Black with #CCFBCB
Text Example
Text Example
White with #CCFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFBCB; }
p { color: rgb(204,251,203); }
H1.HeaderClassName
{
color: #CCFBCB;
}
.AnyTagClassName
{
color: #CCFBCB;
}
</style>
background-color css
<style>
a { background-color: #CCFBCB; }
a { background-color: rgb(204,251,203); }
div.DivClassName
{
background-color: #CCFBCB;
}
.BgClassName
{
background-color: #CCFBCB;
}
</style>
border-color css
<style>
span { border-color: #CCFBCB; }
span { border-color: rgb(204,251,203); }
td.TdClassName
{
border-color: #CCFBCB;
}
.TagClassName
{
border-color: #CCFBCB;
}
</style>