Shades of Blue Romance #CEFFCC
Tints of Blue Romance #CEFFCC
RGB
CMYK
RGB Variations
Color information
#CEFFCC (or 0xCEFFCC) is known color: Blue Romance. HEX triplet: CE, FF and CC. RGB value is (206,255,204). Sum of RGB (Red+Green+Blue) = 206+255+204=665 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.98% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 204 (80.08% from 255 or 30.68% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFCC is #310033. Grayscale: #EAEAEA. Windows color (decimal): -3211316 or 13434830. OLE color: 13434830.
HSL color Cylindrical-coordinate representation of color #CEFFCC: hue angle of 117.65º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEFFCC is Cyan = 0.19, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 204 | - |
| CMYK | 0.19 | 0 | 0.2 | 0 |
| HSL | 117.65º | 1% | 0.9% | - |
| HSV(B) | 117.65º | 0.2% | 1% | - |
| XYZ | 72.11 | 89 | 70.51 | - |
| YUV | 234.54 | 110.77 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 204 | 0.19 | 0 | 0.2 | 0 | 117.65 | 1 | 0.9 |
| Hex | CE | FF | CC | 13 | 0 | 14 | 0 | 76 | 64 | 5A |
| Octal | 316 | 377 | 314 | 23 | 0 | 24 | 0 | 166 | 144 | 132 |
| Binary | 11001110 | 11111111 | 11001100 | 10011 | 0 | 10100 | 0 | 1110110 | 1100100 | 1011010 |
Color Harmonies of #CEFFCC
Complementary color
Monochromatic Colors of #CEFFCC
Black with #CEFFCC
Text Example
Text Example
White with #CEFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFFCC; }
p { color: rgb(206,255,204); }
H1.HeaderClassName
{
color: #CEFFCC;
}
.AnyTagClassName
{
color: #CEFFCC;
}
</style>
background-color css
<style>
a { background-color: #CEFFCC; }
a { background-color: rgb(206,255,204); }
div.DivClassName
{
background-color: #CEFFCC;
}
.BgClassName
{
background-color: #CEFFCC;
}
</style>
border-color css
<style>
span { border-color: #CEFFCC; }
span { border-color: rgb(206,255,204); }
td.TdClassName
{
border-color: #CEFFCC;
}
.TagClassName
{
border-color: #CEFFCC;
}
</style>