Shades of Blue Romance #CFFACF
Tints of Blue Romance #CFFACF
RGB
CMYK
RGB Variations
Color information
#CFFACF (or 0xCFFACF) is known color: Blue Romance. HEX triplet: CF, FA and CF. RGB value is (207,250,207). Sum of RGB (Red+Green+Blue) = 207+250+207=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 207 (81.25% from 255 or 31.17% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFACF is #300530. Grayscale: #E8E8E8. Windows color (decimal): -3147057 or 13630159. OLE color: 13630159.
HSL color Cylindrical-coordinate representation of color #CFFACF: hue angle of 120º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFFACF is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
RGB | 207 | 250 | 207 | - |
CMYK | 0.17 | 0 | 0.17 | 0.02 |
HSL | 120º | 0.81% | 0.9% | - |
HSV(B) | 120º | 0.17% | 0.98% | - |
XYZ | 71.18 | 86.14 | 71.91 | - |
YUV | 232.24 | 113.75 | 110 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 250 | 207 | 0.17 | 0 | 0.17 | 0.02 | 120 | 0.81 | 0.9 |
Hex | CF | FA | CF | 11 | 0 | 11 | 2 | 78 | 51 | 5A |
Octal | 317 | 372 | 317 | 21 | 0 | 21 | 2 | 170 | 121 | 132 |
Binary | 11001111 | 11111010 | 11001111 | 10001 | 0 | 10001 | 10 | 1111000 | 1010001 | 1011010 |
Color Harmonies of #CFFACF
Complementary color
Monochromatic Colors of #CFFACF
Black with #CFFACF
Text Example
Text Example
White with #CFFACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFACF; }
p { color: rgb(207,250,207); }
H1.HeaderClassName
{
color: #CFFACF;
}
.AnyTagClassName
{
color: #CFFACF;
}
</style>
background-color css
<style>
a { background-color: #CFFACF; }
a { background-color: rgb(207,250,207); }
div.DivClassName
{
background-color: #CFFACF;
}
.BgClassName
{
background-color: #CFFACF;
}
</style>
border-color css
<style>
span { border-color: #CFFACF; }
span { border-color: rgb(207,250,207); }
td.TdClassName
{
border-color: #CFFACF;
}
.TagClassName
{
border-color: #CFFACF;
}
</style>