Shades of Blue Romance #CEFECF
Tints of Blue Romance #CEFECF
RGB
CMYK
RGB Variations
Color information
#CEFECF (or 0xCEFECF) is known color: Blue Romance. HEX triplet: CE, FE and CF. RGB value is (206,254,207). Sum of RGB (Red+Green+Blue) = 206+254+207=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 207 (81.25% from 255 or 31.03% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFECF is #310130. Grayscale: #EAEAEA. Windows color (decimal): -3211569 or 13631182. OLE color: 13631182.
HSL color Cylindrical-coordinate representation of color #CEFECF: hue angle of 121.25º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFECF is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 207 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.00 |
| HSL | 121.25º | 0.96% | 0.9% | - |
| HSV(B) | 121.25º | 0.19% | 1% | - |
| XYZ | 72.16 | 88.51 | 72.31 | - |
| YUV | 234.29 | 112.6 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 207 | 0.19 | 0 | 0.19 | 0.00 | 121.25 | 0.96 | 0.9 |
| Hex | CE | FE | CF | 13 | 0 | 13 | 0 | 79 | 60 | 5A |
| Octal | 316 | 376 | 317 | 23 | 0 | 23 | 0 | 171 | 140 | 132 |
| Binary | 11001110 | 11111110 | 11001111 | 10011 | 0 | 10011 | 0 | 1111001 | 1100000 | 1011010 |
Color Harmonies of #CEFECF
Complementary color
Monochromatic Colors of #CEFECF
Black with #CEFECF
Text Example
Text Example
White with #CEFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFECF; }
p { color: rgb(206,254,207); }
H1.HeaderClassName
{
color: #CEFECF;
}
.AnyTagClassName
{
color: #CEFECF;
}
</style>
background-color css
<style>
a { background-color: #CEFECF; }
a { background-color: rgb(206,254,207); }
div.DivClassName
{
background-color: #CEFECF;
}
.BgClassName
{
background-color: #CEFECF;
}
</style>
border-color css
<style>
span { border-color: #CEFECF; }
span { border-color: rgb(206,254,207); }
td.TdClassName
{
border-color: #CEFECF;
}
.TagClassName
{
border-color: #CEFECF;
}
</style>