Shades of Blue Romance #CCFFCC
Tints of Blue Romance #CCFFCC
RGB
CMYK
RGB Variations
Color information
#CCFFCC (or 0xCCFFCC) is known color: Blue Romance. HEX triplet: CC, FF and CC. RGB value is (204,255,204). Sum of RGB (Red+Green+Blue) = 204+255+204=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 204 (80.08% from 255 or 30.77% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFCC is a web safe color. Inversed color of #CCFFCC is #330033. Grayscale: #EAEAEA. Windows color (decimal): -3342388 or 13434828. OLE color: 13434828.
HSL color Cylindrical-coordinate representation of color #CCFFCC: hue angle of 120º 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 #CCFFCC is Cyan = 0.2, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
RGB | 204 | 255 | 204 | - |
CMYK | 0.2 | 0 | 0.2 | 0 |
HSL | 120º | 1% | 0.9% | - |
HSV(B) | 120º | 0.2% | 1% | - |
XYZ | 71.56 | 88.72 | 70.48 | - |
YUV | 233.94 | 111.1 | 106.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 255 | 204 | 0.2 | 0 | 0.2 | 0 | 120 | 1 | 0.9 |
Hex | CC | FF | CC | 14 | 0 | 14 | 0 | 78 | 64 | 5A |
Octal | 314 | 377 | 314 | 24 | 0 | 24 | 0 | 170 | 144 | 132 |
Binary | 11001100 | 11111111 | 11001100 | 10100 | 0 | 10100 | 0 | 1111000 | 1100100 | 1011010 |
Color Harmonies of #CCFFCC
Complementary color
Monochromatic Colors of #CCFFCC
Black with #CCFFCC
Text Example
Text Example
White with #CCFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFCC; }
p { color: rgb(204,255,204); }
H1.HeaderClassName
{
color: #CCFFCC;
}
.AnyTagClassName
{
color: #CCFFCC;
}
</style>
background-color css
<style>
a { background-color: #CCFFCC; }
a { background-color: rgb(204,255,204); }
div.DivClassName
{
background-color: #CCFFCC;
}
.BgClassName
{
background-color: #CCFFCC;
}
</style>
border-color css
<style>
span { border-color: #CCFFCC; }
span { border-color: rgb(204,255,204); }
td.TdClassName
{
border-color: #CCFFCC;
}
.TagClassName
{
border-color: #CCFFCC;
}
</style>