Shades of Blue Romance #CBF8CA
Tints of Blue Romance #CBF8CA
RGB
CMYK
RGB Variations
Color information
#CBF8CA (or 0xCBF8CA) is known color: Blue Romance. HEX triplet: CB, F8 and CA. RGB value is (203,248,202). Sum of RGB (Red+Green+Blue) = 203+248+202=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 248 (97.27% from 255 or 37.98% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF8CA is #340735. Grayscale: #E5E5E5. Windows color (decimal): -3409718 or 13301963. OLE color: 13301963.
HSL color Cylindrical-coordinate representation of color #CBF8CA: hue angle of 118.7º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBF8CA is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 202 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.03 |
| HSL | 118.7º | 0.77% | 0.88% | - |
| HSV(B) | 118.7º | 0.19% | 0.97% | - |
| XYZ | 68.86 | 84.1 | 68.48 | - |
| YUV | 229.3 | 112.59 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 202 | 0.18 | 0 | 0.19 | 0.03 | 118.7 | 0.77 | 0.88 |
| Hex | CB | F8 | CA | 12 | 0 | 13 | 3 | 77 | 4D | 58 |
| Octal | 313 | 370 | 312 | 22 | 0 | 23 | 3 | 167 | 115 | 130 |
| Binary | 11001011 | 11111000 | 11001010 | 10010 | 0 | 10011 | 11 | 1110111 | 1001101 | 1011000 |
Color Harmonies of #CBF8CA
Complementary color
Monochromatic Colors of #CBF8CA
Black with #CBF8CA
Text Example
Text Example
White with #CBF8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF8CA; }
p { color: rgb(203,248,202); }
H1.HeaderClassName
{
color: #CBF8CA;
}
.AnyTagClassName
{
color: #CBF8CA;
}
</style>
background-color css
<style>
a { background-color: #CBF8CA; }
a { background-color: rgb(203,248,202); }
div.DivClassName
{
background-color: #CBF8CA;
}
.BgClassName
{
background-color: #CBF8CA;
}
</style>
border-color css
<style>
span { border-color: #CBF8CA; }
span { border-color: rgb(203,248,202); }
td.TdClassName
{
border-color: #CBF8CA;
}
.TagClassName
{
border-color: #CBF8CA;
}
</style>