Shades of Oyster Bay #CDF6FA
Tints of Oyster Bay #CDF6FA
RGB
CMYK
RGB Variations
Color information
#CDF6FA (or 0xCDF6FA) is known color: Oyster Bay. HEX triplet: CD, F6 and FA. RGB value is (205,246,250). Sum of RGB (Red+Green+Blue) = 205+246+250=701 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.24% from 701); Green value is 246 (96.48% from 255 or 35.09% 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 #CDF6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF6FA is #320905. Grayscale: #EAEAEA. Windows color (decimal): -3279110 or 16447181. OLE color: 16447181.
HSL color Cylindrical-coordinate representation of color #CDF6FA: hue angle of 185.33º degrees, saturation: 0.82, 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 #CDF6FA is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 246 | 250 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.02 |
| HSL | 185.33º | 0.82% | 0.89% | - |
| HSV(B) | 185.33º | 0.18% | 0.98% | - |
| XYZ | 75.39 | 85.79 | 103.03 | - |
| YUV | 234.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 250 | 0.18 | 0.02 | 0 | 0.02 | 185.33 | 0.82 | 0.89 |
| Hex | CD | F6 | FA | 12 | 2 | 0 | 2 | B9 | 52 | 59 |
| Octal | 315 | 366 | 372 | 22 | 2 | 0 | 2 | 271 | 122 | 131 |
| Binary | 11001101 | 11110110 | 11111010 | 10010 | 10 | 0 | 10 | 10111001 | 1010010 | 1011001 |
Color Harmonies of #CDF6FA
Complementary color
Monochromatic Colors of #CDF6FA
Black with #CDF6FA
Text Example
Text Example
White with #CDF6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF6FA; }
p { color: rgb(205,246,250); }
H1.HeaderClassName
{
color: #CDF6FA;
}
.AnyTagClassName
{
color: #CDF6FA;
}
</style>
background-color css
<style>
a { background-color: #CDF6FA; }
a { background-color: rgb(205,246,250); }
div.DivClassName
{
background-color: #CDF6FA;
}
.BgClassName
{
background-color: #CDF6FA;
}
</style>
border-color css
<style>
span { border-color: #CDF6FA; }
span { border-color: rgb(205,246,250); }
td.TdClassName
{
border-color: #CDF6FA;
}
.TagClassName
{
border-color: #CDF6FA;
}
</style>