Shades of Pattens Blue #CFE9F6
Tints of Pattens Blue #CFE9F6
RGB
CMYK
RGB Variations
Color information
#CFE9F6 (or 0xCFE9F6) is known color: Pattens Blue. HEX triplet: CF, E9 and F6. RGB value is (207,233,246). Sum of RGB (Red+Green+Blue) = 207+233+246=686 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.17% from 686); Green value is 233 (91.41% from 255 or 33.97% from 686); Blue value is 246 (96.48% from 255 or 35.86% from 686); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFE9F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE9F6 is #301609. Grayscale: #E2E2E2. Windows color (decimal): -3151370 or 16181711. OLE color: 16181711.
HSL color Cylindrical-coordinate representation of color #CFE9F6: hue angle of 200º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFE9F6 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 233 | 246 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.04 |
| HSL | 200º | 0.68% | 0.89% | - |
| HSV(B) | 200º | 0.16% | 0.96% | - |
| XYZ | 71.51 | 78.2 | 98.51 | - |
| YUV | 226.71 | 138.89 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 246 | 0.16 | 0.05 | 0 | 0.04 | 200 | 0.68 | 0.89 |
| Hex | CF | E9 | F6 | 10 | 5 | 0 | 4 | C8 | 44 | 59 |
| Octal | 317 | 351 | 366 | 20 | 5 | 0 | 4 | 310 | 104 | 131 |
| Binary | 11001111 | 11101001 | 11110110 | 10000 | 101 | 0 | 100 | 11001000 | 1000100 | 1011001 |
Color Harmonies of #CFE9F6
Complementary color
Monochromatic Colors of #CFE9F6
Black with #CFE9F6
Text Example
Text Example
White with #CFE9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE9F6; }
p { color: rgb(207,233,246); }
H1.HeaderClassName
{
color: #CFE9F6;
}
.AnyTagClassName
{
color: #CFE9F6;
}
</style>
background-color css
<style>
a { background-color: #CFE9F6; }
a { background-color: rgb(207,233,246); }
div.DivClassName
{
background-color: #CFE9F6;
}
.BgClassName
{
background-color: #CFE9F6;
}
</style>
border-color css
<style>
span { border-color: #CFE9F6; }
span { border-color: rgb(207,233,246); }
td.TdClassName
{
border-color: #CFE9F6;
}
.TagClassName
{
border-color: #CFE9F6;
}
</style>