Shades of Reef #CFF9AD
Tints of Reef #CFF9AD
RGB
CMYK
RGB Variations
Color information
#CFF9AD (or 0xCFF9AD) is known color: Reef. HEX triplet: CF, F9 and AD. RGB value is (207,249,173). Sum of RGB (Red+Green+Blue) = 207+249+173=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 249 (97.66% from 255 or 39.59% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF9AD is #300652. Grayscale: #E4E4E4. Windows color (decimal): -3147347 or 11401679. OLE color: 11401679.
HSL color Cylindrical-coordinate representation of color #CFF9AD: hue angle of 93.16º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFF9AD is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 173 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.02 |
| HSL | 93.16º | 0.86% | 0.83% | - |
| HSV(B) | 93.16º | 0.31% | 0.98% | - |
| XYZ | 67.15 | 84.03 | 52.22 | - |
| YUV | 227.78 | 97.09 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 173 | 0.17 | 0 | 0.31 | 0.02 | 93.16 | 0.86 | 0.83 |
| Hex | CF | F9 | AD | 11 | 0 | 1F | 2 | 5D | 56 | 53 |
| Octal | 317 | 371 | 255 | 21 | 0 | 37 | 2 | 135 | 126 | 123 |
| Binary | 11001111 | 11111001 | 10101101 | 10001 | 0 | 11111 | 10 | 1011101 | 1010110 | 1010011 |
Color Harmonies of #CFF9AD
Complementary color
Monochromatic Colors of #CFF9AD
Black with #CFF9AD
Text Example
Text Example
White with #CFF9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF9AD; }
p { color: rgb(207,249,173); }
H1.HeaderClassName
{
color: #CFF9AD;
}
.AnyTagClassName
{
color: #CFF9AD;
}
</style>
background-color css
<style>
a { background-color: #CFF9AD; }
a { background-color: rgb(207,249,173); }
div.DivClassName
{
background-color: #CFF9AD;
}
.BgClassName
{
background-color: #CFF9AD;
}
</style>
border-color css
<style>
span { border-color: #CFF9AD; }
span { border-color: rgb(207,249,173); }
td.TdClassName
{
border-color: #CFF9AD;
}
.TagClassName
{
border-color: #CFF9AD;
}
</style>