Shades of Oyster Bay #CBF1F4
Tints of Oyster Bay #CBF1F4
RGB
CMYK
RGB Variations
Color information
#CBF1F4 (or 0xCBF1F4) is known color: Oyster Bay. HEX triplet: CB, F1 and F4. RGB value is (203,241,244). Sum of RGB (Red+Green+Blue) = 203+241+244=688 (91% of max value = 765). Red value is 203 (79.69% from 255 or 29.51% from 688); Green value is 241 (94.53% from 255 or 35.03% from 688); Blue value is 244 (95.70% from 255 or 35.47% from 688); Max value from RGB is 244 - color contains mainly: blue. Hex color #CBF1F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBF1F4 is #340E0B. Grayscale: #E5E5E5. Windows color (decimal): -3411468 or 16052683. OLE color: 16052683.
HSL color Cylindrical-coordinate representation of color #CBF1F4: hue angle of 184.39º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBF1F4 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 241 | 244 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.04 |
| HSL | 184.39º | 0.65% | 0.88% | - |
| HSV(B) | 184.39º | 0.17% | 0.96% | - |
| XYZ | 72.41 | 82.14 | 97.63 | - |
| YUV | 229.98 | 135.91 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 244 | 0.17 | 0.01 | 0 | 0.04 | 184.39 | 0.65 | 0.88 |
| Hex | CB | F1 | F4 | 11 | 1 | 0 | 4 | B8 | 41 | 58 |
| Octal | 313 | 361 | 364 | 21 | 1 | 0 | 4 | 270 | 101 | 130 |
| Binary | 11001011 | 11110001 | 11110100 | 10001 | 1 | 0 | 100 | 10111000 | 1000001 | 1011000 |
Color Harmonies of #CBF1F4
Complementary color
Monochromatic Colors of #CBF1F4
Black with #CBF1F4
Text Example
Text Example
White with #CBF1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF1F4; }
p { color: rgb(203,241,244); }
H1.HeaderClassName
{
color: #CBF1F4;
}
.AnyTagClassName
{
color: #CBF1F4;
}
</style>
background-color css
<style>
a { background-color: #CBF1F4; }
a { background-color: rgb(203,241,244); }
div.DivClassName
{
background-color: #CBF1F4;
}
.BgClassName
{
background-color: #CBF1F4;
}
</style>
border-color css
<style>
span { border-color: #CBF1F4; }
span { border-color: rgb(203,241,244); }
td.TdClassName
{
border-color: #CBF1F4;
}
.TagClassName
{
border-color: #CBF1F4;
}
</style>