Shades of Oyster Bay #CFF4FA
Tints of Oyster Bay #CFF4FA
RGB
CMYK
RGB Variations
Color information
#CFF4FA (or 0xCFF4FA) is known color: Oyster Bay. HEX triplet: CF, F4 and FA. RGB value is (207,244,250). Sum of RGB (Red+Green+Blue) = 207+244+250=701 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.53% from 701); Green value is 244 (95.70% from 255 or 34.81% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFF4FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF4FA is #300B05. Grayscale: #E9E9E9. Windows color (decimal): -3148550 or 16446671. OLE color: 16446671.
HSL color Cylindrical-coordinate representation of color #CFF4FA: hue angle of 188.37º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF4FA is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 244 | 250 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.02 |
| HSL | 188.37º | 0.81% | 0.9% | - |
| HSV(B) | 188.37º | 0.17% | 0.98% | - |
| XYZ | 75.34 | 84.87 | 102.85 | - |
| YUV | 233.62 | 137.24 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 250 | 0.17 | 0.02 | 0 | 0.02 | 188.37 | 0.81 | 0.9 |
| Hex | CF | F4 | FA | 11 | 2 | 0 | 2 | BC | 51 | 5A |
| Octal | 317 | 364 | 372 | 21 | 2 | 0 | 2 | 274 | 121 | 132 |
| Binary | 11001111 | 11110100 | 11111010 | 10001 | 10 | 0 | 10 | 10111100 | 1010001 | 1011010 |
Color Harmonies of #CFF4FA
Complementary color
Monochromatic Colors of #CFF4FA
Black with #CFF4FA
Text Example
Text Example
White with #CFF4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF4FA; }
p { color: rgb(207,244,250); }
H1.HeaderClassName
{
color: #CFF4FA;
}
.AnyTagClassName
{
color: #CFF4FA;
}
</style>
background-color css
<style>
a { background-color: #CFF4FA; }
a { background-color: rgb(207,244,250); }
div.DivClassName
{
background-color: #CFF4FA;
}
.BgClassName
{
background-color: #CFF4FA;
}
</style>
border-color css
<style>
span { border-color: #CFF4FA; }
span { border-color: rgb(207,244,250); }
td.TdClassName
{
border-color: #CFF4FA;
}
.TagClassName
{
border-color: #CFF4FA;
}
</style>