Shades of Blue Romance #CBF4CB
Tints of Blue Romance #CBF4CB
RGB
CMYK
RGB Variations
Color information
#CBF4CB (or 0xCBF4CB) is known color: Blue Romance. HEX triplet: CB, F4 and CB. RGB value is (203,244,203). Sum of RGB (Red+Green+Blue) = 203+244+203=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 244 (95.70% from 255 or 37.54% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF4CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF4CB is #340B34. Grayscale: #E3E3E3. Windows color (decimal): -3410741 or 13366475. OLE color: 13366475.
HSL color Cylindrical-coordinate representation of color #CBF4CB: hue angle of 120º degrees, saturation: 0.65, 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 #CBF4CB is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 244 | 203 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.04 |
| HSL | 120º | 0.65% | 0.88% | - |
| HSV(B) | 120º | 0.17% | 0.96% | - |
| XYZ | 67.76 | 81.71 | 68.7 | - |
| YUV | 227.07 | 114.42 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 244 | 203 | 0.17 | 0 | 0.17 | 0.04 | 120 | 0.65 | 0.88 |
| Hex | CB | F4 | CB | 11 | 0 | 11 | 4 | 78 | 41 | 58 |
| Octal | 313 | 364 | 313 | 21 | 0 | 21 | 4 | 170 | 101 | 130 |
| Binary | 11001011 | 11110100 | 11001011 | 10001 | 0 | 10001 | 100 | 1111000 | 1000001 | 1011000 |
Color Harmonies of #CBF4CB
Complementary color
Monochromatic Colors of #CBF4CB
Black with #CBF4CB
Text Example
Text Example
White with #CBF4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF4CB; }
p { color: rgb(203,244,203); }
H1.HeaderClassName
{
color: #CBF4CB;
}
.AnyTagClassName
{
color: #CBF4CB;
}
</style>
background-color css
<style>
a { background-color: #CBF4CB; }
a { background-color: rgb(203,244,203); }
div.DivClassName
{
background-color: #CBF4CB;
}
.BgClassName
{
background-color: #CBF4CB;
}
</style>
border-color css
<style>
span { border-color: #CBF4CB; }
span { border-color: rgb(203,244,203); }
td.TdClassName
{
border-color: #CBF4CB;
}
.TagClassName
{
border-color: #CBF4CB;
}
</style>