Shades of Blue Romance #CCFFCB
Tints of Blue Romance #CCFFCB
RGB
CMYK
RGB Variations
Color information
#CCFFCB (or 0xCCFFCB) is known color: Blue Romance. HEX triplet: CC, FF and CB. RGB value is (204,255,203). Sum of RGB (Red+Green+Blue) = 204+255+203=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 203 (79.69% from 255 or 30.66% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFCB is #330034. Grayscale: #E9E9E9. Windows color (decimal): -3342389 or 13369292. OLE color: 13369292.
HSL color Cylindrical-coordinate representation of color #CCFFCB: hue angle of 118.85º 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 #CCFFCB is Cyan = 0.2, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 203 | - |
| CMYK | 0.2 | 0 | 0.20 | 0 |
| HSL | 118.85º | 1% | 0.9% | - |
| HSV(B) | 118.85º | 0.2% | 1% | - |
| XYZ | 71.44 | 88.67 | 69.85 | - |
| YUV | 233.82 | 110.6 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 203 | 0.2 | 0 | 0.20 | 0 | 118.85 | 1 | 0.9 |
| Hex | CC | FF | CB | 14 | 0 | 14 | 0 | 77 | 64 | 5A |
| Octal | 314 | 377 | 313 | 24 | 0 | 24 | 0 | 167 | 144 | 132 |
| Binary | 11001100 | 11111111 | 11001011 | 10100 | 0 | 10100 | 0 | 1110111 | 1100100 | 1011010 |
Color Harmonies of #CCFFCB
Complementary color
Monochromatic Colors of #CCFFCB
Black with #CCFFCB
Text Example
Text Example
White with #CCFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFCB; }
p { color: rgb(204,255,203); }
H1.HeaderClassName
{
color: #CCFFCB;
}
.AnyTagClassName
{
color: #CCFFCB;
}
</style>
background-color css
<style>
a { background-color: #CCFFCB; }
a { background-color: rgb(204,255,203); }
div.DivClassName
{
background-color: #CCFFCB;
}
.BgClassName
{
background-color: #CCFFCB;
}
</style>
border-color css
<style>
span { border-color: #CCFFCB; }
span { border-color: rgb(204,255,203); }
td.TdClassName
{
border-color: #CCFFCB;
}
.TagClassName
{
border-color: #CCFFCB;
}
</style>