Shades of Oyster Bay #CEEAEA
Tints of Oyster Bay #CEEAEA
RGB
CMYK
RGB Variations
Color information
#CEEAEA (or 0xCEEAEA) is known color: Oyster Bay. HEX triplet: CE, EA and EA. RGB value is (206,234,234). Sum of RGB (Red+Green+Blue) = 206+234+234=674 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.56% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #CEEAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEAEA is #311515. Grayscale: #E1E1E1. Windows color (decimal): -3216662 or 15395534. OLE color: 15395534.
HSL color Cylindrical-coordinate representation of color #CEEAEA: hue angle of 180º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEEAEA is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 234 | 234 | - |
| CMYK | 0.12 | 0 | 0 | 0.08 |
| HSL | 180º | 0.4% | 0.86% | - |
| HSV(B) | 180º | 0.12% | 0.92% | - |
| XYZ | 69.73 | 77.91 | 89.2 | - |
| YUV | 225.63 | 132.72 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 234 | 234 | 0.12 | 0 | 0 | 0.08 | 180 | 0.4 | 0.86 |
| Hex | CE | EA | EA | C | 0 | 0 | 8 | B4 | 28 | 56 |
| Octal | 316 | 352 | 352 | 14 | 0 | 0 | 10 | 264 | 50 | 126 |
| Binary | 11001110 | 11101010 | 11101010 | 1100 | 0 | 0 | 1000 | 10110100 | 101000 | 1010110 |
Color Harmonies of #CEEAEA
Complementary color
Monochromatic Colors of #CEEAEA
Black with #CEEAEA
Text Example
Text Example
White with #CEEAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEAEA; }
p { color: rgb(206,234,234); }
H1.HeaderClassName
{
color: #CEEAEA;
}
.AnyTagClassName
{
color: #CEEAEA;
}
</style>
background-color css
<style>
a { background-color: #CEEAEA; }
a { background-color: rgb(206,234,234); }
div.DivClassName
{
background-color: #CEEAEA;
}
.BgClassName
{
background-color: #CEEAEA;
}
</style>
border-color css
<style>
span { border-color: #CEEAEA; }
span { border-color: rgb(206,234,234); }
td.TdClassName
{
border-color: #CEEAEA;
}
.TagClassName
{
border-color: #CEEAEA;
}
</style>