Shades of Blue Romance #CBFFCC
Tints of Blue Romance #CBFFCC
RGB
CMYK
RGB Variations
Color information
#CBFFCC (or 0xCBFFCC) is known color: Blue Romance. HEX triplet: CB, FF and CC. RGB value is (203,255,204). Sum of RGB (Red+Green+Blue) = 203+255+204=662 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.66% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFFCC is #340033. Grayscale: #E9E9E9. Windows color (decimal): -3407924 or 13434827. OLE color: 13434827.
HSL color Cylindrical-coordinate representation of color #CBFFCC: hue angle of 121.15º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFFCC is Cyan = 0.20, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 204 | - |
| CMYK | 0.20 | 0 | 0.2 | 0 |
| HSL | 121.15º | 1% | 0.9% | - |
| HSV(B) | 121.15º | 0.2% | 1% | - |
| XYZ | 71.29 | 88.58 | 70.47 | - |
| YUV | 233.64 | 111.27 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 204 | 0.20 | 0 | 0.2 | 0 | 121.15 | 1 | 0.9 |
| Hex | CB | FF | CC | 14 | 0 | 14 | 0 | 79 | 64 | 5A |
| Octal | 313 | 377 | 314 | 24 | 0 | 24 | 0 | 171 | 144 | 132 |
| Binary | 11001011 | 11111111 | 11001100 | 10100 | 0 | 10100 | 0 | 1111001 | 1100100 | 1011010 |
Color Harmonies of #CBFFCC
Complementary color
Monochromatic Colors of #CBFFCC
Black with #CBFFCC
Text Example
Text Example
White with #CBFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFFCC; }
p { color: rgb(203,255,204); }
H1.HeaderClassName
{
color: #CBFFCC;
}
.AnyTagClassName
{
color: #CBFFCC;
}
</style>
background-color css
<style>
a { background-color: #CBFFCC; }
a { background-color: rgb(203,255,204); }
div.DivClassName
{
background-color: #CBFFCC;
}
.BgClassName
{
background-color: #CBFFCC;
}
</style>
border-color css
<style>
span { border-color: #CBFFCC; }
span { border-color: rgb(203,255,204); }
td.TdClassName
{
border-color: #CBFFCC;
}
.TagClassName
{
border-color: #CBFFCC;
}
</style>