Shades of Oyster Bay #CCEFF0
Tints of Oyster Bay #CCEFF0
RGB
CMYK
RGB Variations
Color information
#CCEFF0 (or 0xCCEFF0) is known color: Oyster Bay. HEX triplet: CC, EF and F0. RGB value is (204,239,240). Sum of RGB (Red+Green+Blue) = 204+239+240=683 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.87% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCEFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEFF0 is #33100F. Grayscale: #E4E4E4. Windows color (decimal): -3346448 or 15790028. OLE color: 15790028.
HSL color Cylindrical-coordinate representation of color #CCEFF0: hue angle of 181.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCEFF0 is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 204 | 239 | 240 | - |
CMYK | 0.15 | 0.00 | 0 | 0.06 |
HSL | 181.67º | 0.55% | 0.87% | - |
HSV(B) | 181.67º | 0.15% | 0.94% | - |
XYZ | 71.5 | 80.86 | 94.28 | - |
YUV | 228.65 | 134.4 | 110.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 239 | 240 | 0.15 | 0.00 | 0 | 0.06 | 181.67 | 0.55 | 0.87 |
Hex | CC | EF | F0 | F | 0 | 0 | 6 | B6 | 37 | 57 |
Octal | 314 | 357 | 360 | 17 | 0 | 0 | 6 | 266 | 67 | 127 |
Binary | 11001100 | 11101111 | 11110000 | 1111 | 0 | 0 | 110 | 10110110 | 110111 | 1010111 |
Color Harmonies of #CCEFF0
Complementary color
Monochromatic Colors of #CCEFF0
Black with #CCEFF0
Text Example
Text Example
White with #CCEFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEFF0; }
p { color: rgb(204,239,240); }
H1.HeaderClassName
{
color: #CCEFF0;
}
.AnyTagClassName
{
color: #CCEFF0;
}
</style>
background-color css
<style>
a { background-color: #CCEFF0; }
a { background-color: rgb(204,239,240); }
div.DivClassName
{
background-color: #CCEFF0;
}
.BgClassName
{
background-color: #CCEFF0;
}
</style>
border-color css
<style>
span { border-color: #CCEFF0; }
span { border-color: rgb(204,239,240); }
td.TdClassName
{
border-color: #CCEFF0;
}
.TagClassName
{
border-color: #CCEFF0;
}
</style>