Shades of Oyster Bay #CFF1F1
Tints of Oyster Bay #CFF1F1
RGB
CMYK
RGB Variations
Color information
#CFF1F1 (or 0xCFF1F1) is known color: Oyster Bay. HEX triplet: CF, F1 and F1. RGB value is (207,241,241). Sum of RGB (Red+Green+Blue) = 207+241+241=689 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.04% from 689); Green value is 241 (94.53% from 255 or 34.98% from 689); Blue value is 241 (94.53% from 255 or 34.98% from 689); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #CFF1F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF1F1 is #300E0E. Grayscale: #E6E6E6. Windows color (decimal): -3149327 or 15856079. OLE color: 15856079.
HSL color Cylindrical-coordinate representation of color #CFF1F1: hue angle of 180º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF1F1 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 241 | - |
| CMYK | 0.14 | 0 | 0 | 0.05 |
| HSL | 180º | 0.55% | 0.88% | - |
| HSV(B) | 180º | 0.14% | 0.95% | - |
| XYZ | 73.06 | 82.53 | 95.3 | - |
| YUV | 230.83 | 133.74 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 241 | 0.14 | 0 | 0 | 0.05 | 180 | 0.55 | 0.88 |
| Hex | CF | F1 | F1 | E | 0 | 0 | 5 | B4 | 37 | 58 |
| Octal | 317 | 361 | 361 | 16 | 0 | 0 | 5 | 264 | 67 | 130 |
| Binary | 11001111 | 11110001 | 11110001 | 1110 | 0 | 0 | 101 | 10110100 | 110111 | 1011000 |
Color Harmonies of #CFF1F1
Complementary color
Monochromatic Colors of #CFF1F1
Black with #CFF1F1
Text Example
Text Example
White with #CFF1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF1F1; }
p { color: rgb(207,241,241); }
H1.HeaderClassName
{
color: #CFF1F1;
}
.AnyTagClassName
{
color: #CFF1F1;
}
</style>
background-color css
<style>
a { background-color: #CFF1F1; }
a { background-color: rgb(207,241,241); }
div.DivClassName
{
background-color: #CFF1F1;
}
.BgClassName
{
background-color: #CFF1F1;
}
</style>
border-color css
<style>
span { border-color: #CFF1F1; }
span { border-color: rgb(207,241,241); }
td.TdClassName
{
border-color: #CFF1F1;
}
.TagClassName
{
border-color: #CFF1F1;
}
</style>