Shades of Blue Romance #CCFAC9
Tints of Blue Romance #CCFAC9
RGB
CMYK
RGB Variations
Color information
#CCFAC9 (or 0xCCFAC9) is known color: Blue Romance. HEX triplet: CC, FA and C9. RGB value is (204,250,201). Sum of RGB (Red+Green+Blue) = 204+250+201=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 201 (78.91% from 255 or 30.69% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFAC9 is #330536. Grayscale: #E6E6E6. Windows color (decimal): -3343671 or 13236940. OLE color: 13236940.
HSL color Cylindrical-coordinate representation of color #CCFAC9: hue angle of 116.33º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFAC9 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 250 | 201 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.02 |
| HSL | 116.33º | 0.83% | 0.88% | - |
| HSV(B) | 116.33º | 0.2% | 0.98% | - |
| XYZ | 69.63 | 85.43 | 68.08 | - |
| YUV | 230.66 | 111.26 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 250 | 201 | 0.18 | 0 | 0.20 | 0.02 | 116.33 | 0.83 | 0.88 |
| Hex | CC | FA | C9 | 12 | 0 | 14 | 2 | 74 | 53 | 58 |
| Octal | 314 | 372 | 311 | 22 | 0 | 24 | 2 | 164 | 123 | 130 |
| Binary | 11001100 | 11111010 | 11001001 | 10010 | 0 | 10100 | 10 | 1110100 | 1010011 | 1011000 |
Color Harmonies of #CCFAC9
Complementary color
Monochromatic Colors of #CCFAC9
Black with #CCFAC9
Text Example
Text Example
White with #CCFAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFAC9; }
p { color: rgb(204,250,201); }
H1.HeaderClassName
{
color: #CCFAC9;
}
.AnyTagClassName
{
color: #CCFAC9;
}
</style>
background-color css
<style>
a { background-color: #CCFAC9; }
a { background-color: rgb(204,250,201); }
div.DivClassName
{
background-color: #CCFAC9;
}
.BgClassName
{
background-color: #CCFAC9;
}
</style>
border-color css
<style>
span { border-color: #CCFAC9; }
span { border-color: rgb(204,250,201); }
td.TdClassName
{
border-color: #CCFAC9;
}
.TagClassName
{
border-color: #CCFAC9;
}
</style>