Shades of Blue Romance #CBF6CB
Tints of Blue Romance #CBF6CB
RGB
CMYK
RGB Variations
Color information
#CBF6CB (or 0xCBF6CB) is known color: Blue Romance. HEX triplet: CB, F6 and CB. RGB value is (203,246,203). Sum of RGB (Red+Green+Blue) = 203+246+203=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 246 (96.48% from 255 or 37.73% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF6CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF6CB is #340934. Grayscale: #E4E4E4. Windows color (decimal): -3410229 or 13366987. OLE color: 13366987.
HSL color Cylindrical-coordinate representation of color #CBF6CB: hue angle of 120º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBF6CB is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 246 | 203 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.04 |
| HSL | 120º | 0.7% | 0.88% | - |
| HSV(B) | 120º | 0.17% | 0.96% | - |
| XYZ | 68.36 | 82.92 | 68.9 | - |
| YUV | 228.24 | 113.75 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 246 | 203 | 0.17 | 0 | 0.17 | 0.04 | 120 | 0.7 | 0.88 |
| Hex | CB | F6 | CB | 11 | 0 | 11 | 4 | 78 | 46 | 58 |
| Octal | 313 | 366 | 313 | 21 | 0 | 21 | 4 | 170 | 106 | 130 |
| Binary | 11001011 | 11110110 | 11001011 | 10001 | 0 | 10001 | 100 | 1111000 | 1000110 | 1011000 |
Color Harmonies of #CBF6CB
Complementary color
Monochromatic Colors of #CBF6CB
Black with #CBF6CB
Text Example
Text Example
White with #CBF6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF6CB; }
p { color: rgb(203,246,203); }
H1.HeaderClassName
{
color: #CBF6CB;
}
.AnyTagClassName
{
color: #CBF6CB;
}
</style>
background-color css
<style>
a { background-color: #CBF6CB; }
a { background-color: rgb(203,246,203); }
div.DivClassName
{
background-color: #CBF6CB;
}
.BgClassName
{
background-color: #CBF6CB;
}
</style>
border-color css
<style>
span { border-color: #CBF6CB; }
span { border-color: rgb(203,246,203); }
td.TdClassName
{
border-color: #CBF6CB;
}
.TagClassName
{
border-color: #CBF6CB;
}
</style>