Shades of Reef #CFF9A1
Tints of Reef #CFF9A1
RGB
CMYK
RGB Variations
Color information
#CFF9A1 (or 0xCFF9A1) is known color: Reef. HEX triplet: CF, F9 and A1. RGB value is (207,249,161). Sum of RGB (Red+Green+Blue) = 207+249+161=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 249 (97.66% from 255 or 40.36% from 617); Blue value is 161 (63.28% from 255 or 26.09% from 617); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF9A1 is #30065E. Grayscale: #E2E2E2. Windows color (decimal): -3147359 or 10615247. OLE color: 10615247.
HSL color Cylindrical-coordinate representation of color #CFF9A1: hue angle of 88.64º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFF9A1 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 161 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.02 |
| HSL | 88.64º | 0.88% | 0.8% | - |
| HSV(B) | 88.64º | 0.35% | 0.98% | - |
| XYZ | 66.04 | 83.59 | 46.37 | - |
| YUV | 226.41 | 91.09 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 161 | 0.17 | 0 | 0.35 | 0.02 | 88.64 | 0.88 | 0.8 |
| Hex | CF | F9 | A1 | 11 | 0 | 23 | 2 | 59 | 58 | 50 |
| Octal | 317 | 371 | 241 | 21 | 0 | 43 | 2 | 131 | 130 | 120 |
| Binary | 11001111 | 11111001 | 10100001 | 10001 | 0 | 100011 | 10 | 1011001 | 1011000 | 1010000 |
Color Harmonies of #CFF9A1
Complementary color
Monochromatic Colors of #CFF9A1
Black with #CFF9A1
Text Example
Text Example
White with #CFF9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF9A1; }
p { color: rgb(207,249,161); }
H1.HeaderClassName
{
color: #CFF9A1;
}
.AnyTagClassName
{
color: #CFF9A1;
}
</style>
background-color css
<style>
a { background-color: #CFF9A1; }
a { background-color: rgb(207,249,161); }
div.DivClassName
{
background-color: #CFF9A1;
}
.BgClassName
{
background-color: #CFF9A1;
}
</style>
border-color css
<style>
span { border-color: #CFF9A1; }
span { border-color: rgb(207,249,161); }
td.TdClassName
{
border-color: #CFF9A1;
}
.TagClassName
{
border-color: #CFF9A1;
}
</style>