Shades of Blue Romance #CFEFCB
Tints of Blue Romance #CFEFCB
RGB
CMYK
RGB Variations
Color information
#CFEFCB (or 0xCFEFCB) is known color: Blue Romance. HEX triplet: CF, EF and CB. RGB value is (207,239,203). Sum of RGB (Red+Green+Blue) = 207+239+203=649 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.90% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFCB is #301034. Grayscale: #E1E1E1. Windows color (decimal): -3149877 or 13365199. OLE color: 13365199.
HSL color Cylindrical-coordinate representation of color #CFEFCB: hue angle of 113.33º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFEFCB is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
RGB | 207 | 239 | 203 | - |
CMYK | 0.13 | 0 | 0.15 | 0.06 |
HSL | 113.33º | 0.53% | 0.87% | - |
HSV(B) | 113.33º | 0.15% | 0.94% | - |
XYZ | 67.38 | 79.31 | 68.26 | - |
YUV | 225.33 | 115.4 | 114.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 239 | 203 | 0.13 | 0 | 0.15 | 0.06 | 113.33 | 0.53 | 0.87 |
Hex | CF | EF | CB | D | 0 | F | 6 | 71 | 35 | 57 |
Octal | 317 | 357 | 313 | 15 | 0 | 17 | 6 | 161 | 65 | 127 |
Binary | 11001111 | 11101111 | 11001011 | 1101 | 0 | 1111 | 110 | 1110001 | 110101 | 1010111 |
Color Harmonies of #CFEFCB
Complementary color
Monochromatic Colors of #CFEFCB
Black with #CFEFCB
Text Example
Text Example
White with #CFEFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFCB; }
p { color: rgb(207,239,203); }
H1.HeaderClassName
{
color: #CFEFCB;
}
.AnyTagClassName
{
color: #CFEFCB;
}
</style>
background-color css
<style>
a { background-color: #CFEFCB; }
a { background-color: rgb(207,239,203); }
div.DivClassName
{
background-color: #CFEFCB;
}
.BgClassName
{
background-color: #CFEFCB;
}
</style>
border-color css
<style>
span { border-color: #CFEFCB; }
span { border-color: rgb(207,239,203); }
td.TdClassName
{
border-color: #CFEFCB;
}
.TagClassName
{
border-color: #CFEFCB;
}
</style>