Shades of Pattens Blue #CFE7F7
Tints of Pattens Blue #CFE7F7
RGB
CMYK
RGB Variations
Color information
#CFE7F7 (or 0xCFE7F7) is known color: Pattens Blue. HEX triplet: CF, E7 and F7. RGB value is (207,231,247). Sum of RGB (Red+Green+Blue) = 207+231+247=685 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.22% from 685); Green value is 231 (90.62% from 255 or 33.72% from 685); Blue value is 247 (96.88% from 255 or 36.06% from 685); Max value from RGB is 247 - color contains mainly: blue. Hex color #CFE7F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE7F7 is #301808. Grayscale: #E1E1E1. Windows color (decimal): -3151881 or 16246735. OLE color: 16246735.
HSL color Cylindrical-coordinate representation of color #CFE7F7: hue angle of 204º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFE7F7 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 231 | 247 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.03 |
| HSL | 204º | 0.71% | 0.89% | - |
| HSV(B) | 204º | 0.16% | 0.97% | - |
| XYZ | 71.1 | 77.13 | 99.14 | - |
| YUV | 225.65 | 140.05 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 247 | 0.16 | 0.06 | 0 | 0.03 | 204 | 0.71 | 0.89 |
| Hex | CF | E7 | F7 | 10 | 6 | 0 | 3 | CC | 47 | 59 |
| Octal | 317 | 347 | 367 | 20 | 6 | 0 | 3 | 314 | 107 | 131 |
| Binary | 11001111 | 11100111 | 11110111 | 10000 | 110 | 0 | 11 | 11001100 | 1000111 | 1011001 |
Color Harmonies of #CFE7F7
Complementary color
Monochromatic Colors of #CFE7F7
Black with #CFE7F7
Text Example
Text Example
White with #CFE7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE7F7; }
p { color: rgb(207,231,247); }
H1.HeaderClassName
{
color: #CFE7F7;
}
.AnyTagClassName
{
color: #CFE7F7;
}
</style>
background-color css
<style>
a { background-color: #CFE7F7; }
a { background-color: rgb(207,231,247); }
div.DivClassName
{
background-color: #CFE7F7;
}
.BgClassName
{
background-color: #CFE7F7;
}
</style>
border-color css
<style>
span { border-color: #CFE7F7; }
span { border-color: rgb(207,231,247); }
td.TdClassName
{
border-color: #CFE7F7;
}
.TagClassName
{
border-color: #CFE7F7;
}
</style>