Shades of Blue Romance #CBFFCD
Tints of Blue Romance #CBFFCD
RGB
CMYK
RGB Variations
Color information
#CBFFCD (or 0xCBFFCD) is known color: Blue Romance. HEX triplet: CB, FF and CD. RGB value is (203,255,205). Sum of RGB (Red+Green+Blue) = 203+255+205=663 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.62% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 205 (80.47% from 255 or 30.92% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFFCD is #340032. Grayscale: #E9E9E9. Windows color (decimal): -3407923 or 13500363. OLE color: 13500363.
HSL color Cylindrical-coordinate representation of color #CBFFCD: hue angle of 122.31º 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 #CBFFCD is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 205 | - |
| CMYK | 0.20 | 0 | 0.20 | 0 |
| HSL | 122.31º | 1% | 0.9% | - |
| HSV(B) | 122.31º | 0.2% | 1% | - |
| XYZ | 71.41 | 88.62 | 71.1 | - |
| YUV | 233.75 | 111.77 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 205 | 0.20 | 0 | 0.20 | 0 | 122.31 | 1 | 0.9 |
| Hex | CB | FF | CD | 14 | 0 | 14 | 0 | 7A | 64 | 5A |
| Octal | 313 | 377 | 315 | 24 | 0 | 24 | 0 | 172 | 144 | 132 |
| Binary | 11001011 | 11111111 | 11001101 | 10100 | 0 | 10100 | 0 | 1111010 | 1100100 | 1011010 |
Color Harmonies of #CBFFCD
Complementary color
Monochromatic Colors of #CBFFCD
Black with #CBFFCD
Text Example
Text Example
White with #CBFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFFCD; }
p { color: rgb(203,255,205); }
H1.HeaderClassName
{
color: #CBFFCD;
}
.AnyTagClassName
{
color: #CBFFCD;
}
</style>
background-color css
<style>
a { background-color: #CBFFCD; }
a { background-color: rgb(203,255,205); }
div.DivClassName
{
background-color: #CBFFCD;
}
.BgClassName
{
background-color: #CBFFCD;
}
</style>
border-color css
<style>
span { border-color: #CBFFCD; }
span { border-color: rgb(203,255,205); }
td.TdClassName
{
border-color: #CBFFCD;
}
.TagClassName
{
border-color: #CBFFCD;
}
</style>