Shades of Oyster Bay #CDF5F8
Tints of Oyster Bay #CDF5F8
RGB
CMYK
RGB Variations
Color information
#CDF5F8 (or 0xCDF5F8) is known color: Oyster Bay. HEX triplet: CD, F5 and F8. RGB value is (205,245,248). Sum of RGB (Red+Green+Blue) = 205+245+248=698 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.37% from 698); Green value is 245 (96.09% from 255 or 35.10% from 698); Blue value is 248 (97.27% from 255 or 35.53% from 698); Max value from RGB is 248 - color contains mainly: blue. Hex color #CDF5F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF5F8 is #320A07. Grayscale: #E9E9E9. Windows color (decimal): -3279368 or 16315853. OLE color: 16315853.
HSL color Cylindrical-coordinate representation of color #CDF5F8: hue angle of 184.19º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDF5F8 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 245 | 248 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.03 |
| HSL | 184.19º | 0.75% | 0.89% | - |
| HSV(B) | 184.19º | 0.17% | 0.97% | - |
| XYZ | 74.77 | 85.06 | 101.28 | - |
| YUV | 233.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 248 | 0.17 | 0.01 | 0 | 0.03 | 184.19 | 0.75 | 0.89 |
| Hex | CD | F5 | F8 | 11 | 1 | 0 | 3 | B8 | 4B | 59 |
| Octal | 315 | 365 | 370 | 21 | 1 | 0 | 3 | 270 | 113 | 131 |
| Binary | 11001101 | 11110101 | 11111000 | 10001 | 1 | 0 | 11 | 10111000 | 1001011 | 1011001 |
Color Harmonies of #CDF5F8
Complementary color
Monochromatic Colors of #CDF5F8
Black with #CDF5F8
Text Example
Text Example
White with #CDF5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF5F8; }
p { color: rgb(205,245,248); }
H1.HeaderClassName
{
color: #CDF5F8;
}
.AnyTagClassName
{
color: #CDF5F8;
}
</style>
background-color css
<style>
a { background-color: #CDF5F8; }
a { background-color: rgb(205,245,248); }
div.DivClassName
{
background-color: #CDF5F8;
}
.BgClassName
{
background-color: #CDF5F8;
}
</style>
border-color css
<style>
span { border-color: #CDF5F8; }
span { border-color: rgb(205,245,248); }
td.TdClassName
{
border-color: #CDF5F8;
}
.TagClassName
{
border-color: #CDF5F8;
}
</style>