Shades of Blue Romance #CBF7CB
Tints of Blue Romance #CBF7CB
RGB
CMYK
RGB Variations
Color information
#CBF7CB (or 0xCBF7CB) is known color: Blue Romance. HEX triplet: CB, F7 and CB. RGB value is (203,247,203). Sum of RGB (Red+Green+Blue) = 203+247+203=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 247 (96.88% from 255 or 37.83% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF7CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF7CB is #340834. Grayscale: #E4E4E4. Windows color (decimal): -3409973 or 13367243. OLE color: 13367243.
HSL color Cylindrical-coordinate representation of color #CBF7CB: hue angle of 120º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBF7CB is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 203 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.03 |
| HSL | 120º | 0.73% | 0.88% | - |
| HSV(B) | 120º | 0.18% | 0.97% | - |
| XYZ | 68.67 | 83.53 | 69 | - |
| YUV | 228.83 | 113.42 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 203 | 0.18 | 0 | 0.18 | 0.03 | 120 | 0.73 | 0.88 |
| Hex | CB | F7 | CB | 12 | 0 | 12 | 3 | 78 | 49 | 58 |
| Octal | 313 | 367 | 313 | 22 | 0 | 22 | 3 | 170 | 111 | 130 |
| Binary | 11001011 | 11110111 | 11001011 | 10010 | 0 | 10010 | 11 | 1111000 | 1001001 | 1011000 |
Color Harmonies of #CBF7CB
Complementary color
Monochromatic Colors of #CBF7CB
Black with #CBF7CB
Text Example
Text Example
White with #CBF7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF7CB; }
p { color: rgb(203,247,203); }
H1.HeaderClassName
{
color: #CBF7CB;
}
.AnyTagClassName
{
color: #CBF7CB;
}
</style>
background-color css
<style>
a { background-color: #CBF7CB; }
a { background-color: rgb(203,247,203); }
div.DivClassName
{
background-color: #CBF7CB;
}
.BgClassName
{
background-color: #CBF7CB;
}
</style>
border-color css
<style>
span { border-color: #CBF7CB; }
span { border-color: rgb(203,247,203); }
td.TdClassName
{
border-color: #CBF7CB;
}
.TagClassName
{
border-color: #CBF7CB;
}
</style>