Shades of Blue Romance #CFF8CA
Tints of Blue Romance #CFF8CA
RGB
CMYK
RGB Variations
Color information
#CFF8CA (or 0xCFF8CA) is known color: Blue Romance. HEX triplet: CF, F8 and CA. RGB value is (207,248,202). Sum of RGB (Red+Green+Blue) = 207+248+202=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 248 (97.27% from 255 or 37.75% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF8CA is #300735. Grayscale: #E6E6E6. Windows color (decimal): -3147574 or 13301967. OLE color: 13301967.
HSL color Cylindrical-coordinate representation of color #CFF8CA: hue angle of 113.48º 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 #CFF8CA is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 202 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.03 |
| HSL | 113.48º | 0.77% | 0.88% | - |
| HSV(B) | 113.48º | 0.19% | 0.97% | - |
| XYZ | 69.96 | 84.66 | 68.53 | - |
| YUV | 230.5 | 111.92 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 202 | 0.17 | 0 | 0.19 | 0.03 | 113.48 | 0.77 | 0.88 |
| Hex | CF | F8 | CA | 11 | 0 | 13 | 3 | 71 | 4D | 58 |
| Octal | 317 | 370 | 312 | 21 | 0 | 23 | 3 | 161 | 115 | 130 |
| Binary | 11001111 | 11111000 | 11001010 | 10001 | 0 | 10011 | 11 | 1110001 | 1001101 | 1011000 |
Color Harmonies of #CFF8CA
Complementary color
Monochromatic Colors of #CFF8CA
Black with #CFF8CA
Text Example
Text Example
White with #CFF8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF8CA; }
p { color: rgb(207,248,202); }
H1.HeaderClassName
{
color: #CFF8CA;
}
.AnyTagClassName
{
color: #CFF8CA;
}
</style>
background-color css
<style>
a { background-color: #CFF8CA; }
a { background-color: rgb(207,248,202); }
div.DivClassName
{
background-color: #CFF8CA;
}
.BgClassName
{
background-color: #CFF8CA;
}
</style>
border-color css
<style>
span { border-color: #CFF8CA; }
span { border-color: rgb(207,248,202); }
td.TdClassName
{
border-color: #CFF8CA;
}
.TagClassName
{
border-color: #CFF8CA;
}
</style>