Shades of Blue Romance #CFFCCB
Tints of Blue Romance #CFFCCB
RGB
CMYK
RGB Variations
Color information
#CFFCCB (or 0xCFFCCB) is known color: Blue Romance. HEX triplet: CF, FC and CB. RGB value is (207,252,203). Sum of RGB (Red+Green+Blue) = 207+252+203=662 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.27% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 203 (79.69% from 255 or 30.66% from 662); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFCCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFCCB is #300334. Grayscale: #E9E9E9. Windows color (decimal): -3146549 or 13368527. OLE color: 13368527.
HSL color Cylindrical-coordinate representation of color #CFFCCB: hue angle of 115.1º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFCCB is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 203 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.01 |
| HSL | 115.1º | 0.89% | 0.89% | - |
| HSV(B) | 115.1º | 0.19% | 0.99% | - |
| XYZ | 71.32 | 87.2 | 69.57 | - |
| YUV | 232.96 | 111.09 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 203 | 0.18 | 0 | 0.19 | 0.01 | 115.1 | 0.89 | 0.89 |
| Hex | CF | FC | CB | 12 | 0 | 13 | 1 | 73 | 59 | 59 |
| Octal | 317 | 374 | 313 | 22 | 0 | 23 | 1 | 163 | 131 | 131 |
| Binary | 11001111 | 11111100 | 11001011 | 10010 | 0 | 10011 | 1 | 1110011 | 1011001 | 1011001 |
Color Harmonies of #CFFCCB
Complementary color
Monochromatic Colors of #CFFCCB
Black with #CFFCCB
Text Example
Text Example
White with #CFFCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFCCB; }
p { color: rgb(207,252,203); }
H1.HeaderClassName
{
color: #CFFCCB;
}
.AnyTagClassName
{
color: #CFFCCB;
}
</style>
background-color css
<style>
a { background-color: #CFFCCB; }
a { background-color: rgb(207,252,203); }
div.DivClassName
{
background-color: #CFFCCB;
}
.BgClassName
{
background-color: #CFFCCB;
}
</style>
border-color css
<style>
span { border-color: #CFFCCB; }
span { border-color: rgb(207,252,203); }
td.TdClassName
{
border-color: #CFFCCB;
}
.TagClassName
{
border-color: #CFFCCB;
}
</style>