Shades of Pattens Blue #CFE8F9
Tints of Pattens Blue #CFE8F9
RGB
CMYK
RGB Variations
Color information
#CFE8F9 (or 0xCFE8F9) is known color: Pattens Blue. HEX triplet: CF, E8 and F9. RGB value is (207,232,249). Sum of RGB (Red+Green+Blue) = 207+232+249=688 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.09% from 688); Green value is 232 (91.02% from 255 or 33.72% from 688); Blue value is 249 (97.66% from 255 or 36.19% from 688); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFE8F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE8F9 is #301706. Grayscale: #E2E2E2. Windows color (decimal): -3151623 or 16378063. OLE color: 16378063.
HSL color Cylindrical-coordinate representation of color #CFE8F9: hue angle of 204.29º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFE8F9 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 232 | 249 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.02 |
| HSL | 204.29º | 0.78% | 0.89% | - |
| HSV(B) | 204.29º | 0.17% | 0.98% | - |
| XYZ | 71.69 | 77.82 | 100.86 | - |
| YUV | 226.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 249 | 0.17 | 0.07 | 0 | 0.02 | 204.29 | 0.78 | 0.89 |
| Hex | CF | E8 | F9 | 11 | 7 | 0 | 2 | CC | 4E | 59 |
| Octal | 317 | 350 | 371 | 21 | 7 | 0 | 2 | 314 | 116 | 131 |
| Binary | 11001111 | 11101000 | 11111001 | 10001 | 111 | 0 | 10 | 11001100 | 1001110 | 1011001 |
Color Harmonies of #CFE8F9
Complementary color
Monochromatic Colors of #CFE8F9
Black with #CFE8F9
Text Example
Text Example
White with #CFE8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE8F9; }
p { color: rgb(207,232,249); }
H1.HeaderClassName
{
color: #CFE8F9;
}
.AnyTagClassName
{
color: #CFE8F9;
}
</style>
background-color css
<style>
a { background-color: #CFE8F9; }
a { background-color: rgb(207,232,249); }
div.DivClassName
{
background-color: #CFE8F9;
}
.BgClassName
{
background-color: #CFE8F9;
}
</style>
border-color css
<style>
span { border-color: #CFE8F9; }
span { border-color: rgb(207,232,249); }
td.TdClassName
{
border-color: #CFE8F9;
}
.TagClassName
{
border-color: #CFE8F9;
}
</style>