Shades of Blue Romance #CCFECB
Tints of Blue Romance #CCFECB
RGB
CMYK
RGB Variations
Color information
#CCFECB (or 0xCCFECB) is known color: Blue Romance. HEX triplet: CC, FE and CB. RGB value is (204,254,203). Sum of RGB (Red+Green+Blue) = 204+254+203=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 254 (99.61% from 255 or 38.43% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFECB is #330134. Grayscale: #E9E9E9. Windows color (decimal): -3342645 or 13369036. OLE color: 13369036.
HSL color Cylindrical-coordinate representation of color #CCFECB: hue angle of 118.82º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFECB is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
RGB | 204 | 254 | 203 | - |
CMYK | 0.20 | 0 | 0.20 | 0.00 |
HSL | 118.82º | 0.96% | 0.9% | - |
HSV(B) | 118.82º | 0.2% | 1% | - |
XYZ | 71.12 | 88.03 | 69.74 | - |
YUV | 233.24 | 110.94 | 107.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 254 | 203 | 0.20 | 0 | 0.20 | 0.00 | 118.82 | 0.96 | 0.9 |
Hex | CC | FE | CB | 14 | 0 | 14 | 0 | 77 | 60 | 5A |
Octal | 314 | 376 | 313 | 24 | 0 | 24 | 0 | 167 | 140 | 132 |
Binary | 11001100 | 11111110 | 11001011 | 10100 | 0 | 10100 | 0 | 1110111 | 1100000 | 1011010 |
Color Harmonies of #CCFECB
Complementary color
Monochromatic Colors of #CCFECB
Black with #CCFECB
Text Example
Text Example
White with #CCFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFECB; }
p { color: rgb(204,254,203); }
H1.HeaderClassName
{
color: #CCFECB;
}
.AnyTagClassName
{
color: #CCFECB;
}
</style>
background-color css
<style>
a { background-color: #CCFECB; }
a { background-color: rgb(204,254,203); }
div.DivClassName
{
background-color: #CCFECB;
}
.BgClassName
{
background-color: #CCFECB;
}
</style>
border-color css
<style>
span { border-color: #CCFECB; }
span { border-color: rgb(204,254,203); }
td.TdClassName
{
border-color: #CCFECB;
}
.TagClassName
{
border-color: #CCFECB;
}
</style>