Shades of Blue Romance #CBFDCB
Tints of Blue Romance #CBFDCB
RGB
CMYK
RGB Variations
Color information
#CBFDCB (or 0xCBFDCB) is known color: Blue Romance. HEX triplet: CB, FD and CB. RGB value is (203,253,203). Sum of RGB (Red+Green+Blue) = 203+253+203=659 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.80% from 659); Green value is 253 (99.22% from 255 or 38.39% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFDCB is #340234. Grayscale: #E8E8E8. Windows color (decimal): -3408437 or 13368779. OLE color: 13368779.
HSL color Cylindrical-coordinate representation of color #CBFDCB: hue angle of 120º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFDCB is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 203 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.01 |
| HSL | 120º | 0.93% | 0.89% | - |
| HSV(B) | 120º | 0.2% | 0.99% | - |
| XYZ | 70.53 | 87.26 | 69.63 | - |
| YUV | 232.35 | 111.44 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 203 | 0.20 | 0 | 0.20 | 0.01 | 120 | 0.93 | 0.89 |
| Hex | CB | FD | CB | 14 | 0 | 14 | 1 | 78 | 5D | 59 |
| Octal | 313 | 375 | 313 | 24 | 0 | 24 | 1 | 170 | 135 | 131 |
| Binary | 11001011 | 11111101 | 11001011 | 10100 | 0 | 10100 | 1 | 1111000 | 1011101 | 1011001 |
Color Harmonies of #CBFDCB
Complementary color
Monochromatic Colors of #CBFDCB
Black with #CBFDCB
Text Example
Text Example
White with #CBFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFDCB; }
p { color: rgb(203,253,203); }
H1.HeaderClassName
{
color: #CBFDCB;
}
.AnyTagClassName
{
color: #CBFDCB;
}
</style>
background-color css
<style>
a { background-color: #CBFDCB; }
a { background-color: rgb(203,253,203); }
div.DivClassName
{
background-color: #CBFDCB;
}
.BgClassName
{
background-color: #CBFDCB;
}
</style>
border-color css
<style>
span { border-color: #CBFDCB; }
span { border-color: rgb(203,253,203); }
td.TdClassName
{
border-color: #CBFDCB;
}
.TagClassName
{
border-color: #CBFDCB;
}
</style>