Shades of Blue Romance #CFF1CC
Tints of Blue Romance #CFF1CC
RGB
CMYK
RGB Variations
Color information
#CFF1CC (or 0xCFF1CC) is known color: Blue Romance. HEX triplet: CF, F1 and CC. RGB value is (207,241,204). Sum of RGB (Red+Green+Blue) = 207+241+204=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF1CC is #300E33. Grayscale: #E2E2E2. Windows color (decimal): -3149364 or 13431247. OLE color: 13431247.
HSL color Cylindrical-coordinate representation of color #CFF1CC: hue angle of 115.14º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFF1CC is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 204 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.05 |
| HSL | 115.14º | 0.57% | 0.87% | - |
| HSV(B) | 115.14º | 0.15% | 0.95% | - |
| XYZ | 68.09 | 80.54 | 69.08 | - |
| YUV | 226.62 | 115.24 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 204 | 0.14 | 0 | 0.15 | 0.05 | 115.14 | 0.57 | 0.87 |
| Hex | CF | F1 | CC | E | 0 | F | 5 | 73 | 39 | 57 |
| Octal | 317 | 361 | 314 | 16 | 0 | 17 | 5 | 163 | 71 | 127 |
| Binary | 11001111 | 11110001 | 11001100 | 1110 | 0 | 1111 | 101 | 1110011 | 111001 | 1010111 |
Color Harmonies of #CFF1CC
Complementary color
Monochromatic Colors of #CFF1CC
Black with #CFF1CC
Text Example
Text Example
White with #CFF1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF1CC; }
p { color: rgb(207,241,204); }
H1.HeaderClassName
{
color: #CFF1CC;
}
.AnyTagClassName
{
color: #CFF1CC;
}
</style>
background-color css
<style>
a { background-color: #CFF1CC; }
a { background-color: rgb(207,241,204); }
div.DivClassName
{
background-color: #CFF1CC;
}
.BgClassName
{
background-color: #CFF1CC;
}
</style>
border-color css
<style>
span { border-color: #CFF1CC; }
span { border-color: rgb(207,241,204); }
td.TdClassName
{
border-color: #CFF1CC;
}
.TagClassName
{
border-color: #CFF1CC;
}
</style>