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