Shades of Blue Romance #CFFFCA
Tints of Blue Romance #CFFFCA
RGB
CMYK
RGB Variations
Color information
#CFFFCA (or 0xCFFFCA) is known color: Blue Romance. HEX triplet: CF, FF and CA. RGB value is (207,255,202). Sum of RGB (Red+Green+Blue) = 207+255+202=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 202 (79.30% from 255 or 30.42% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFCA is #300035. Grayscale: #EAEAEA. Windows color (decimal): -3145782 or 13303759. OLE color: 13303759.
HSL color Cylindrical-coordinate representation of color #CFFFCA: hue angle of 114.34º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFFFCA is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
RGB | 207 | 255 | 202 | - |
CMYK | 0.19 | 0 | 0.21 | 0 |
HSL | 114.34º | 1% | 0.9% | - |
HSV(B) | 114.34º | 0.21% | 1% | - |
XYZ | 72.15 | 89.05 | 69.26 | - |
YUV | 234.61 | 109.6 | 108.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 255 | 202 | 0.19 | 0 | 0.21 | 0 | 114.34 | 1 | 0.9 |
Hex | CF | FF | CA | 13 | 0 | 15 | 0 | 72 | 64 | 5A |
Octal | 317 | 377 | 312 | 23 | 0 | 25 | 0 | 162 | 144 | 132 |
Binary | 11001111 | 11111111 | 11001010 | 10011 | 0 | 10101 | 0 | 1110010 | 1100100 | 1011010 |
Color Harmonies of #CFFFCA
Complementary color
Monochromatic Colors of #CFFFCA
Black with #CFFFCA
Text Example
Text Example
White with #CFFFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFCA; }
p { color: rgb(207,255,202); }
H1.HeaderClassName
{
color: #CFFFCA;
}
.AnyTagClassName
{
color: #CFFFCA;
}
</style>
background-color css
<style>
a { background-color: #CFFFCA; }
a { background-color: rgb(207,255,202); }
div.DivClassName
{
background-color: #CFFFCA;
}
.BgClassName
{
background-color: #CFFFCA;
}
</style>
border-color css
<style>
span { border-color: #CFFFCA; }
span { border-color: rgb(207,255,202); }
td.TdClassName
{
border-color: #CFFFCA;
}
.TagClassName
{
border-color: #CFFFCA;
}
</style>