Shades of Blue Romance #CBFACB
Tints of Blue Romance #CBFACB
RGB
CMYK
RGB Variations
Color information
#CBFACB (or 0xCBFACB) is known color: Blue Romance. HEX triplet: CB, FA and CB. RGB value is (203,250,203). Sum of RGB (Red+Green+Blue) = 203+250+203=656 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.95% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFACB is #340534. Grayscale: #E6E6E6. Windows color (decimal): -3409205 or 13368011. OLE color: 13368011.
HSL color Cylindrical-coordinate representation of color #CBFACB: hue angle of 120º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBFACB is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 250 | 203 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.02 |
| HSL | 120º | 0.82% | 0.89% | - |
| HSV(B) | 120º | 0.19% | 0.98% | - |
| XYZ | 69.59 | 85.38 | 69.31 | - |
| YUV | 230.59 | 112.43 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 250 | 203 | 0.19 | 0 | 0.19 | 0.02 | 120 | 0.82 | 0.89 |
| Hex | CB | FA | CB | 13 | 0 | 13 | 2 | 78 | 52 | 59 |
| Octal | 313 | 372 | 313 | 23 | 0 | 23 | 2 | 170 | 122 | 131 |
| Binary | 11001011 | 11111010 | 11001011 | 10011 | 0 | 10011 | 10 | 1111000 | 1010010 | 1011001 |
Color Harmonies of #CBFACB
Complementary color
Monochromatic Colors of #CBFACB
Black with #CBFACB
Text Example
Text Example
White with #CBFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFACB; }
p { color: rgb(203,250,203); }
H1.HeaderClassName
{
color: #CBFACB;
}
.AnyTagClassName
{
color: #CBFACB;
}
</style>
background-color css
<style>
a { background-color: #CBFACB; }
a { background-color: rgb(203,250,203); }
div.DivClassName
{
background-color: #CBFACB;
}
.BgClassName
{
background-color: #CBFACB;
}
</style>
border-color css
<style>
span { border-color: #CBFACB; }
span { border-color: rgb(203,250,203); }
td.TdClassName
{
border-color: #CBFACB;
}
.TagClassName
{
border-color: #CBFACB;
}
</style>