Shades of Blue Romance #CBFCCC
Tints of Blue Romance #CBFCCC
RGB
CMYK
RGB Variations
Color information
#CBFCCC (or 0xCBFCCC) is known color: Blue Romance. HEX triplet: CB, FC and CC. RGB value is (203,252,204). Sum of RGB (Red+Green+Blue) = 203+252+204=659 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.80% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFCCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFCCC is #340333. Grayscale: #E8E8E8. Windows color (decimal): -3408692 or 13434059. OLE color: 13434059.
HSL color Cylindrical-coordinate representation of color #CBFCCC: hue angle of 121.22º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBFCCC is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 204 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.01 |
| HSL | 121.22º | 0.89% | 0.89% | - |
| HSV(B) | 121.22º | 0.19% | 0.99% | - |
| XYZ | 70.34 | 86.68 | 70.15 | - |
| YUV | 231.88 | 112.27 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 204 | 0.19 | 0 | 0.19 | 0.01 | 121.22 | 0.89 | 0.89 |
| Hex | CB | FC | CC | 13 | 0 | 13 | 1 | 79 | 59 | 59 |
| Octal | 313 | 374 | 314 | 23 | 0 | 23 | 1 | 171 | 131 | 131 |
| Binary | 11001011 | 11111100 | 11001100 | 10011 | 0 | 10011 | 1 | 1111001 | 1011001 | 1011001 |
Color Harmonies of #CBFCCC
Complementary color
Monochromatic Colors of #CBFCCC
Black with #CBFCCC
Text Example
Text Example
White with #CBFCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFCCC; }
p { color: rgb(203,252,204); }
H1.HeaderClassName
{
color: #CBFCCC;
}
.AnyTagClassName
{
color: #CBFCCC;
}
</style>
background-color css
<style>
a { background-color: #CBFCCC; }
a { background-color: rgb(203,252,204); }
div.DivClassName
{
background-color: #CBFCCC;
}
.BgClassName
{
background-color: #CBFCCC;
}
</style>
border-color css
<style>
span { border-color: #CBFCCC; }
span { border-color: rgb(203,252,204); }
td.TdClassName
{
border-color: #CBFCCC;
}
.TagClassName
{
border-color: #CBFCCC;
}
</style>