Shades of Blue Romance #CCFFC8
Tints of Blue Romance #CCFFC8
RGB
CMYK
RGB Variations
Color information
#CCFFC8 (or 0xCCFFC8) is known color: Blue Romance. HEX triplet: CC, FF and C8. RGB value is (204,255,200). Sum of RGB (Red+Green+Blue) = 204+255+200=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 200 (78.52% from 255 or 30.35% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFC8 is #330037. Grayscale: #E9E9E9. Windows color (decimal): -3342392 or 13172684. OLE color: 13172684.
HSL color Cylindrical-coordinate representation of color #CCFFC8: hue angle of 115.64º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCFFC8 is Cyan = 0.2, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 200 | - |
| CMYK | 0.2 | 0 | 0.22 | 0 |
| HSL | 115.64º | 1% | 0.89% | - |
| HSV(B) | 115.64º | 0.22% | 1% | - |
| XYZ | 71.09 | 88.53 | 67.98 | - |
| YUV | 233.48 | 109.1 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 200 | 0.2 | 0 | 0.22 | 0 | 115.64 | 1 | 0.89 |
| Hex | CC | FF | C8 | 14 | 0 | 16 | 0 | 74 | 64 | 59 |
| Octal | 314 | 377 | 310 | 24 | 0 | 26 | 0 | 164 | 144 | 131 |
| Binary | 11001100 | 11111111 | 11001000 | 10100 | 0 | 10110 | 0 | 1110100 | 1100100 | 1011001 |
Color Harmonies of #CCFFC8
Complementary color
Monochromatic Colors of #CCFFC8
Black with #CCFFC8
Text Example
Text Example
White with #CCFFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFC8; }
p { color: rgb(204,255,200); }
H1.HeaderClassName
{
color: #CCFFC8;
}
.AnyTagClassName
{
color: #CCFFC8;
}
</style>
background-color css
<style>
a { background-color: #CCFFC8; }
a { background-color: rgb(204,255,200); }
div.DivClassName
{
background-color: #CCFFC8;
}
.BgClassName
{
background-color: #CCFFC8;
}
</style>
border-color css
<style>
span { border-color: #CCFFC8; }
span { border-color: rgb(204,255,200); }
td.TdClassName
{
border-color: #CCFFC8;
}
.TagClassName
{
border-color: #CCFFC8;
}
</style>