Shades of Blue Romance #CBF9CB
Tints of Blue Romance #CBF9CB
RGB
CMYK
RGB Variations
Color information
#CBF9CB (or 0xCBF9CB) is known color: Blue Romance. HEX triplet: CB, F9 and CB. RGB value is (203,249,203). Sum of RGB (Red+Green+Blue) = 203+249+203=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 249 (97.66% from 255 or 38.02% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF9CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF9CB is #340634. Grayscale: #E6E6E6. Windows color (decimal): -3409461 or 13367755. OLE color: 13367755.
HSL color Cylindrical-coordinate representation of color #CBF9CB: hue angle of 120º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBF9CB is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 249 | 203 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.02 |
| HSL | 120º | 0.79% | 0.89% | - |
| HSV(B) | 120º | 0.18% | 0.98% | - |
| XYZ | 69.28 | 84.76 | 69.21 | - |
| YUV | 230 | 112.76 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 249 | 203 | 0.18 | 0 | 0.18 | 0.02 | 120 | 0.79 | 0.89 |
| Hex | CB | F9 | CB | 12 | 0 | 12 | 2 | 78 | 4F | 59 |
| Octal | 313 | 371 | 313 | 22 | 0 | 22 | 2 | 170 | 117 | 131 |
| Binary | 11001011 | 11111001 | 11001011 | 10010 | 0 | 10010 | 10 | 1111000 | 1001111 | 1011001 |
Color Harmonies of #CBF9CB
Complementary color
Monochromatic Colors of #CBF9CB
Black with #CBF9CB
Text Example
Text Example
White with #CBF9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF9CB; }
p { color: rgb(203,249,203); }
H1.HeaderClassName
{
color: #CBF9CB;
}
.AnyTagClassName
{
color: #CBF9CB;
}
</style>
background-color css
<style>
a { background-color: #CBF9CB; }
a { background-color: rgb(203,249,203); }
div.DivClassName
{
background-color: #CBF9CB;
}
.BgClassName
{
background-color: #CBF9CB;
}
</style>
border-color css
<style>
span { border-color: #CBF9CB; }
span { border-color: rgb(203,249,203); }
td.TdClassName
{
border-color: #CBF9CB;
}
.TagClassName
{
border-color: #CBF9CB;
}
</style>