Shades of Blue Romance #CBF3CB
Tints of Blue Romance #CBF3CB
RGB
CMYK
RGB Variations
Color information
#CBF3CB (or 0xCBF3CB) is known color: Blue Romance. HEX triplet: CB, F3 and CB. RGB value is (203,243,203). Sum of RGB (Red+Green+Blue) = 203+243+203=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF3CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF3CB is #340C34. Grayscale: #E2E2E2. Windows color (decimal): -3410997 or 13366219. OLE color: 13366219.
HSL color Cylindrical-coordinate representation of color #CBF3CB: hue angle of 120º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBF3CB is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 243 | 203 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.05 |
| HSL | 120º | 0.63% | 0.87% | - |
| HSV(B) | 120º | 0.16% | 0.95% | - |
| XYZ | 67.46 | 81.11 | 68.6 | - |
| YUV | 226.48 | 114.75 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 243 | 203 | 0.16 | 0 | 0.16 | 0.05 | 120 | 0.63 | 0.87 |
| Hex | CB | F3 | CB | 10 | 0 | 10 | 5 | 78 | 3E | 57 |
| Octal | 313 | 363 | 313 | 20 | 0 | 20 | 5 | 170 | 76 | 127 |
| Binary | 11001011 | 11110011 | 11001011 | 10000 | 0 | 10000 | 101 | 1111000 | 111110 | 1010111 |
Color Harmonies of #CBF3CB
Complementary color
Monochromatic Colors of #CBF3CB
Black with #CBF3CB
Text Example
Text Example
White with #CBF3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF3CB; }
p { color: rgb(203,243,203); }
H1.HeaderClassName
{
color: #CBF3CB;
}
.AnyTagClassName
{
color: #CBF3CB;
}
</style>
background-color css
<style>
a { background-color: #CBF3CB; }
a { background-color: rgb(203,243,203); }
div.DivClassName
{
background-color: #CBF3CB;
}
.BgClassName
{
background-color: #CBF3CB;
}
</style>
border-color css
<style>
span { border-color: #CBF3CB; }
span { border-color: rgb(203,243,203); }
td.TdClassName
{
border-color: #CBF3CB;
}
.TagClassName
{
border-color: #CBF3CB;
}
</style>