Shades of Oyster Bay #CDF5FA
Tints of Oyster Bay #CDF5FA
RGB
CMYK
RGB Variations
Color information
#CDF5FA (or 0xCDF5FA) is known color: Oyster Bay. HEX triplet: CD, F5 and FA. RGB value is (205,245,250). Sum of RGB (Red+Green+Blue) = 205+245+250=700 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.29% from 700); Green value is 245 (96.09% from 255 or 35% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDF5FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF5FA is #320A05. Grayscale: #E9E9E9. Windows color (decimal): -3279366 or 16446925. OLE color: 16446925.
HSL color Cylindrical-coordinate representation of color #CDF5FA: hue angle of 186.67º 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 #CDF5FA is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 245 | 250 | - |
CMYK | 0.18 | 0.02 | 0 | 0.02 |
HSL | 186.67º | 0.82% | 0.89% | - |
HSV(B) | 186.67º | 0.18% | 0.98% | - |
XYZ | 75.08 | 85.19 | 102.93 | - |
YUV | 233.61 | 137.25 | 107.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 245 | 250 | 0.18 | 0.02 | 0 | 0.02 | 186.67 | 0.82 | 0.89 |
Hex | CD | F5 | FA | 12 | 2 | 0 | 2 | BB | 52 | 59 |
Octal | 315 | 365 | 372 | 22 | 2 | 0 | 2 | 273 | 122 | 131 |
Binary | 11001101 | 11110101 | 11111010 | 10010 | 10 | 0 | 10 | 10111011 | 1010010 | 1011001 |
Color Harmonies of #CDF5FA
Complementary color
Monochromatic Colors of #CDF5FA
Black with #CDF5FA
Text Example
Text Example
White with #CDF5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF5FA; }
p { color: rgb(205,245,250); }
H1.HeaderClassName
{
color: #CDF5FA;
}
.AnyTagClassName
{
color: #CDF5FA;
}
</style>
background-color css
<style>
a { background-color: #CDF5FA; }
a { background-color: rgb(205,245,250); }
div.DivClassName
{
background-color: #CDF5FA;
}
.BgClassName
{
background-color: #CDF5FA;
}
</style>
border-color css
<style>
span { border-color: #CDF5FA; }
span { border-color: rgb(205,245,250); }
td.TdClassName
{
border-color: #CDF5FA;
}
.TagClassName
{
border-color: #CDF5FA;
}
</style>