Shades of Blue Romance #CEF9CB
Tints of Blue Romance #CEF9CB
RGB
CMYK
RGB Variations
Color information
#CEF9CB (or 0xCEF9CB) is known color: Blue Romance. HEX triplet: CE, F9 and CB. RGB value is (206,249,203). Sum of RGB (Red+Green+Blue) = 206+249+203=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 249 (97.66% from 255 or 37.84% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF9CB is #310634. Grayscale: #E7E7E7. Windows color (decimal): -3212853 or 13367758. OLE color: 13367758.
HSL color Cylindrical-coordinate representation of color #CEF9CB: hue angle of 116.09º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEF9CB is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 203 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.02 |
| HSL | 116.09º | 0.79% | 0.89% | - |
| HSV(B) | 116.09º | 0.18% | 0.98% | - |
| XYZ | 70.11 | 85.18 | 69.25 | - |
| YUV | 230.9 | 112.25 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 203 | 0.17 | 0 | 0.18 | 0.02 | 116.09 | 0.79 | 0.89 |
| Hex | CE | F9 | CB | 11 | 0 | 12 | 2 | 74 | 4F | 59 |
| Octal | 316 | 371 | 313 | 21 | 0 | 22 | 2 | 164 | 117 | 131 |
| Binary | 11001110 | 11111001 | 11001011 | 10001 | 0 | 10010 | 10 | 1110100 | 1001111 | 1011001 |
Color Harmonies of #CEF9CB
Complementary color
Monochromatic Colors of #CEF9CB
Black with #CEF9CB
Text Example
Text Example
White with #CEF9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF9CB; }
p { color: rgb(206,249,203); }
H1.HeaderClassName
{
color: #CEF9CB;
}
.AnyTagClassName
{
color: #CEF9CB;
}
</style>
background-color css
<style>
a { background-color: #CEF9CB; }
a { background-color: rgb(206,249,203); }
div.DivClassName
{
background-color: #CEF9CB;
}
.BgClassName
{
background-color: #CEF9CB;
}
</style>
border-color css
<style>
span { border-color: #CEF9CB; }
span { border-color: rgb(206,249,203); }
td.TdClassName
{
border-color: #CEF9CB;
}
.TagClassName
{
border-color: #CEF9CB;
}
</style>