Shades of Oyster Bay #CFEFF1
Tints of Oyster Bay #CFEFF1
RGB
CMYK
RGB Variations
Color information
#CFEFF1 (or 0xCFEFF1) is known color: Oyster Bay. HEX triplet: CF, EF and F1. RGB value is (207,239,241). Sum of RGB (Red+Green+Blue) = 207+239+241=687 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.13% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 241 (94.53% from 255 or 35.08% from 687); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFEFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEFF1 is #30100E. Grayscale: #E5E5E5. Windows color (decimal): -3149839 or 15855567. OLE color: 15855567.
HSL color Cylindrical-coordinate representation of color #CFEFF1: hue angle of 183.53º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFEFF1 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 207 | 239 | 241 | - |
CMYK | 0.14 | 0.01 | 0 | 0.05 |
HSL | 183.53º | 0.55% | 0.88% | - |
HSV(B) | 183.53º | 0.14% | 0.95% | - |
XYZ | 72.48 | 81.35 | 95.1 | - |
YUV | 229.66 | 134.4 | 111.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 239 | 241 | 0.14 | 0.01 | 0 | 0.05 | 183.53 | 0.55 | 0.88 |
Hex | CF | EF | F1 | E | 1 | 0 | 5 | B8 | 37 | 58 |
Octal | 317 | 357 | 361 | 16 | 1 | 0 | 5 | 270 | 67 | 130 |
Binary | 11001111 | 11101111 | 11110001 | 1110 | 1 | 0 | 101 | 10111000 | 110111 | 1011000 |
Color Harmonies of #CFEFF1
Complementary color
Monochromatic Colors of #CFEFF1
Black with #CFEFF1
Text Example
Text Example
White with #CFEFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFF1; }
p { color: rgb(207,239,241); }
H1.HeaderClassName
{
color: #CFEFF1;
}
.AnyTagClassName
{
color: #CFEFF1;
}
</style>
background-color css
<style>
a { background-color: #CFEFF1; }
a { background-color: rgb(207,239,241); }
div.DivClassName
{
background-color: #CFEFF1;
}
.BgClassName
{
background-color: #CFEFF1;
}
</style>
border-color css
<style>
span { border-color: #CFEFF1; }
span { border-color: rgb(207,239,241); }
td.TdClassName
{
border-color: #CFEFF1;
}
.TagClassName
{
border-color: #CFEFF1;
}
</style>