Shades of Oyster Bay #CDF5FB
Tints of Oyster Bay #CDF5FB
RGB
CMYK
RGB Variations
Color information
#CDF5FB (or 0xCDF5FB) is known color: Oyster Bay. HEX triplet: CD, F5 and FB. RGB value is (205,245,251). Sum of RGB (Red+Green+Blue) = 205+245+251=701 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.24% from 701); Green value is 245 (96.09% from 255 or 34.95% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDF5FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF5FB is #320A04. Grayscale: #E9E9E9. Windows color (decimal): -3279365 or 16512461. OLE color: 16512461.
HSL color Cylindrical-coordinate representation of color #CDF5FB: hue angle of 187.83º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDF5FB is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 245 | 251 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.02 |
| HSL | 187.83º | 0.85% | 0.89% | - |
| HSV(B) | 187.83º | 0.18% | 0.98% | - |
| XYZ | 75.24 | 85.25 | 103.76 | - |
| YUV | 233.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 251 | 0.18 | 0.02 | 0 | 0.02 | 187.83 | 0.85 | 0.89 |
| Hex | CD | F5 | FB | 12 | 2 | 0 | 2 | BC | 55 | 59 |
| Octal | 315 | 365 | 373 | 22 | 2 | 0 | 2 | 274 | 125 | 131 |
| Binary | 11001101 | 11110101 | 11111011 | 10010 | 10 | 0 | 10 | 10111100 | 1010101 | 1011001 |
Color Harmonies of #CDF5FB
Complementary color
Monochromatic Colors of #CDF5FB
Black with #CDF5FB
Text Example
Text Example
White with #CDF5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF5FB; }
p { color: rgb(205,245,251); }
H1.HeaderClassName
{
color: #CDF5FB;
}
.AnyTagClassName
{
color: #CDF5FB;
}
</style>
background-color css
<style>
a { background-color: #CDF5FB; }
a { background-color: rgb(205,245,251); }
div.DivClassName
{
background-color: #CDF5FB;
}
.BgClassName
{
background-color: #CDF5FB;
}
</style>
border-color css
<style>
span { border-color: #CDF5FB; }
span { border-color: rgb(205,245,251); }
td.TdClassName
{
border-color: #CDF5FB;
}
.TagClassName
{
border-color: #CDF5FB;
}
</style>