Shades of Blue Romance #CFF4CA
Tints of Blue Romance #CFF4CA
RGB
CMYK
RGB Variations
Color information
#CFF4CA (or 0xCFF4CA) is known color: Blue Romance. HEX triplet: CF, F4 and CA. RGB value is (207,244,202). Sum of RGB (Red+Green+Blue) = 207+244+202=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 244 (95.70% from 255 or 37.37% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF4CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF4CA is #300B35. Grayscale: #E4E4E4. Windows color (decimal): -3148598 or 13300943. OLE color: 13300943.
HSL color Cylindrical-coordinate representation of color #CFF4CA: hue angle of 112.86º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF4CA is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 202 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.04 |
| HSL | 112.86º | 0.66% | 0.87% | - |
| HSV(B) | 112.86º | 0.17% | 0.96% | - |
| XYZ | 68.74 | 82.23 | 68.13 | - |
| YUV | 228.15 | 113.24 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 202 | 0.15 | 0 | 0.17 | 0.04 | 112.86 | 0.66 | 0.87 |
| Hex | CF | F4 | CA | F | 0 | 11 | 4 | 71 | 42 | 57 |
| Octal | 317 | 364 | 312 | 17 | 0 | 21 | 4 | 161 | 102 | 127 |
| Binary | 11001111 | 11110100 | 11001010 | 1111 | 0 | 10001 | 100 | 1110001 | 1000010 | 1010111 |
Color Harmonies of #CFF4CA
Complementary color
Monochromatic Colors of #CFF4CA
Black with #CFF4CA
Text Example
Text Example
White with #CFF4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF4CA; }
p { color: rgb(207,244,202); }
H1.HeaderClassName
{
color: #CFF4CA;
}
.AnyTagClassName
{
color: #CFF4CA;
}
</style>
background-color css
<style>
a { background-color: #CFF4CA; }
a { background-color: rgb(207,244,202); }
div.DivClassName
{
background-color: #CFF4CA;
}
.BgClassName
{
background-color: #CFF4CA;
}
</style>
border-color css
<style>
span { border-color: #CFF4CA; }
span { border-color: rgb(207,244,202); }
td.TdClassName
{
border-color: #CFF4CA;
}
.TagClassName
{
border-color: #CFF4CA;
}
</style>