Shades of Blue Romance #CFF5CC
Tints of Blue Romance #CFF5CC
RGB
CMYK
RGB Variations
Color information
#CFF5CC (or 0xCFF5CC) is known color: Blue Romance. HEX triplet: CF, F5 and CC. RGB value is (207,245,204). Sum of RGB (Red+Green+Blue) = 207+245+204=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 245 (96.09% from 255 or 37.35% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF5CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF5CC is #300A33. Grayscale: #E5E5E5. Windows color (decimal): -3148340 or 13432271. OLE color: 13432271.
HSL color Cylindrical-coordinate representation of color #CFF5CC: hue angle of 115.61º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF5CC is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
RGB | 207 | 245 | 204 | - |
CMYK | 0.16 | 0 | 0.17 | 0.04 |
HSL | 115.61º | 0.67% | 0.88% | - |
HSV(B) | 115.61º | 0.17% | 0.96% | - |
XYZ | 69.28 | 82.93 | 69.48 | - |
YUV | 228.96 | 113.91 | 112.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 245 | 204 | 0.16 | 0 | 0.17 | 0.04 | 115.61 | 0.67 | 0.88 |
Hex | CF | F5 | CC | 10 | 0 | 11 | 4 | 74 | 43 | 58 |
Octal | 317 | 365 | 314 | 20 | 0 | 21 | 4 | 164 | 103 | 130 |
Binary | 11001111 | 11110101 | 11001100 | 10000 | 0 | 10001 | 100 | 1110100 | 1000011 | 1011000 |
Color Harmonies of #CFF5CC
Complementary color
Monochromatic Colors of #CFF5CC
Black with #CFF5CC
Text Example
Text Example
White with #CFF5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF5CC; }
p { color: rgb(207,245,204); }
H1.HeaderClassName
{
color: #CFF5CC;
}
.AnyTagClassName
{
color: #CFF5CC;
}
</style>
background-color css
<style>
a { background-color: #CFF5CC; }
a { background-color: rgb(207,245,204); }
div.DivClassName
{
background-color: #CFF5CC;
}
.BgClassName
{
background-color: #CFF5CC;
}
</style>
border-color css
<style>
span { border-color: #CFF5CC; }
span { border-color: rgb(207,245,204); }
td.TdClassName
{
border-color: #CFF5CC;
}
.TagClassName
{
border-color: #CFF5CC;
}
</style>