Shades of Blue Romance #D5FBCF
Tints of Blue Romance #D5FBCF
RGB
CMYK
RGB Variations
Color information
#D5FBCF (or 0xD5FBCF) is known color: Blue Romance. HEX triplet: D5, FB and CF. RGB value is (213,251,207). Sum of RGB (Red+Green+Blue) = 213+251+207=671 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.74% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 207 (81.25% from 255 or 30.85% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FBCF is #2A0430. Grayscale: #EAEAEA. Windows color (decimal): -2753585 or 13630421. OLE color: 13630421.
HSL color Cylindrical-coordinate representation of color #D5FBCF: hue angle of 111.82º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5FBCF is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 251 | 207 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.02 |
| HSL | 111.82º | 0.85% | 0.9% | - |
| HSV(B) | 111.82º | 0.18% | 0.98% | - |
| XYZ | 73.2 | 87.65 | 72.09 | - |
| YUV | 234.62 | 112.41 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 251 | 207 | 0.15 | 0 | 0.18 | 0.02 | 111.82 | 0.85 | 0.9 |
| Hex | D5 | FB | CF | F | 0 | 12 | 2 | 70 | 55 | 5A |
| Octal | 325 | 373 | 317 | 17 | 0 | 22 | 2 | 160 | 125 | 132 |
| Binary | 11010101 | 11111011 | 11001111 | 1111 | 0 | 10010 | 10 | 1110000 | 1010101 | 1011010 |
Color Harmonies of #D5FBCF
Complementary color
Monochromatic Colors of #D5FBCF
Black with #D5FBCF
Text Example
Text Example
White with #D5FBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FBCF; }
p { color: rgb(213,251,207); }
H1.HeaderClassName
{
color: #D5FBCF;
}
.AnyTagClassName
{
color: #D5FBCF;
}
</style>
background-color css
<style>
a { background-color: #D5FBCF; }
a { background-color: rgb(213,251,207); }
div.DivClassName
{
background-color: #D5FBCF;
}
.BgClassName
{
background-color: #D5FBCF;
}
</style>
border-color css
<style>
span { border-color: #D5FBCF; }
span { border-color: rgb(213,251,207); }
td.TdClassName
{
border-color: #D5FBCF;
}
.TagClassName
{
border-color: #D5FBCF;
}
</style>