Shades of Pattens Blue #CFE9F8
Tints of Pattens Blue #CFE9F8
RGB
CMYK
RGB Variations
Color information
#CFE9F8 (or 0xCFE9F8) is known color: Pattens Blue. HEX triplet: CF, E9 and F8. RGB value is (207,233,248). Sum of RGB (Red+Green+Blue) = 207+233+248=688 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.09% from 688); Green value is 233 (91.41% from 255 or 33.87% from 688); Blue value is 248 (97.27% from 255 or 36.05% from 688); Max value from RGB is 248 - color contains mainly: blue. Hex color #CFE9F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE9F8 is #301607. Grayscale: #E2E2E2. Windows color (decimal): -3151368 or 16312783. OLE color: 16312783.
HSL color Cylindrical-coordinate representation of color #CFE9F8: hue angle of 201.95º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFE9F8 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 233 | 248 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.03 |
| HSL | 201.95º | 0.75% | 0.89% | - |
| HSV(B) | 201.95º | 0.17% | 0.97% | - |
| XYZ | 71.81 | 78.32 | 100.14 | - |
| YUV | 226.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 248 | 0.17 | 0.06 | 0 | 0.03 | 201.95 | 0.75 | 0.89 |
| Hex | CF | E9 | F8 | 11 | 6 | 0 | 3 | CA | 4B | 59 |
| Octal | 317 | 351 | 370 | 21 | 6 | 0 | 3 | 312 | 113 | 131 |
| Binary | 11001111 | 11101001 | 11111000 | 10001 | 110 | 0 | 11 | 11001010 | 1001011 | 1011001 |
Color Harmonies of #CFE9F8
Complementary color
Monochromatic Colors of #CFE9F8
Black with #CFE9F8
Text Example
Text Example
White with #CFE9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE9F8; }
p { color: rgb(207,233,248); }
H1.HeaderClassName
{
color: #CFE9F8;
}
.AnyTagClassName
{
color: #CFE9F8;
}
</style>
background-color css
<style>
a { background-color: #CFE9F8; }
a { background-color: rgb(207,233,248); }
div.DivClassName
{
background-color: #CFE9F8;
}
.BgClassName
{
background-color: #CFE9F8;
}
</style>
border-color css
<style>
span { border-color: #CFE9F8; }
span { border-color: rgb(207,233,248); }
td.TdClassName
{
border-color: #CFE9F8;
}
.TagClassName
{
border-color: #CFE9F8;
}
</style>