Shades of Blue Romance #CBFDCC
Tints of Blue Romance #CBFDCC
RGB
CMYK
RGB Variations
Color information
#CBFDCC (or 0xCBFDCC) is known color: Blue Romance. HEX triplet: CB, FD and CC. RGB value is (203,253,204). Sum of RGB (Red+Green+Blue) = 203+253+204=660 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.76% from 660); Green value is 253 (99.22% from 255 or 38.33% from 660); Blue value is 204 (80.08% from 255 or 30.91% from 660); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFDCC is #340233. Grayscale: #E8E8E8. Windows color (decimal): -3408436 or 13434315. OLE color: 13434315.
HSL color Cylindrical-coordinate representation of color #CBFDCC: hue angle of 121.2º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFDCC is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 204 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.01 |
| HSL | 121.2º | 0.93% | 0.89% | - |
| HSV(B) | 121.2º | 0.2% | 0.99% | - |
| XYZ | 70.65 | 87.31 | 70.25 | - |
| YUV | 232.46 | 111.94 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 204 | 0.20 | 0 | 0.19 | 0.01 | 121.2 | 0.93 | 0.89 |
| Hex | CB | FD | CC | 14 | 0 | 13 | 1 | 79 | 5D | 59 |
| Octal | 313 | 375 | 314 | 24 | 0 | 23 | 1 | 171 | 135 | 131 |
| Binary | 11001011 | 11111101 | 11001100 | 10100 | 0 | 10011 | 1 | 1111001 | 1011101 | 1011001 |
Color Harmonies of #CBFDCC
Complementary color
Monochromatic Colors of #CBFDCC
Black with #CBFDCC
Text Example
Text Example
White with #CBFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFDCC; }
p { color: rgb(203,253,204); }
H1.HeaderClassName
{
color: #CBFDCC;
}
.AnyTagClassName
{
color: #CBFDCC;
}
</style>
background-color css
<style>
a { background-color: #CBFDCC; }
a { background-color: rgb(203,253,204); }
div.DivClassName
{
background-color: #CBFDCC;
}
.BgClassName
{
background-color: #CBFDCC;
}
</style>
border-color css
<style>
span { border-color: #CBFDCC; }
span { border-color: rgb(203,253,204); }
td.TdClassName
{
border-color: #CBFDCC;
}
.TagClassName
{
border-color: #CBFDCC;
}
</style>