Shades of Pattens Blue #CFE8F1
Tints of Pattens Blue #CFE8F1
RGB
CMYK
RGB Variations
Color information
#CFE8F1 (or 0xCFE8F1) is known color: Pattens Blue. HEX triplet: CF, E8 and F1. RGB value is (207,232,241). Sum of RGB (Red+Green+Blue) = 207+232+241=680 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.44% from 680); Green value is 232 (91.02% from 255 or 34.12% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFE8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE8F1 is #30170E. Grayscale: #E1E1E1. Windows color (decimal): -3151631 or 15853775. OLE color: 15853775.
HSL color Cylindrical-coordinate representation of color #CFE8F1: hue angle of 195.88º 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 #CFE8F1 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 232 | 241 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.05 |
| HSL | 195.88º | 0.55% | 0.88% | - |
| HSV(B) | 195.88º | 0.14% | 0.95% | - |
| XYZ | 70.47 | 77.33 | 94.43 | - |
| YUV | 225.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 241 | 0.14 | 0.04 | 0 | 0.05 | 195.88 | 0.55 | 0.88 |
| Hex | CF | E8 | F1 | E | 4 | 0 | 5 | C4 | 37 | 58 |
| Octal | 317 | 350 | 361 | 16 | 4 | 0 | 5 | 304 | 67 | 130 |
| Binary | 11001111 | 11101000 | 11110001 | 1110 | 100 | 0 | 101 | 11000100 | 110111 | 1011000 |
Color Harmonies of #CFE8F1
Complementary color
Monochromatic Colors of #CFE8F1
Black with #CFE8F1
Text Example
Text Example
White with #CFE8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE8F1; }
p { color: rgb(207,232,241); }
H1.HeaderClassName
{
color: #CFE8F1;
}
.AnyTagClassName
{
color: #CFE8F1;
}
</style>
background-color css
<style>
a { background-color: #CFE8F1; }
a { background-color: rgb(207,232,241); }
div.DivClassName
{
background-color: #CFE8F1;
}
.BgClassName
{
background-color: #CFE8F1;
}
</style>
border-color css
<style>
span { border-color: #CFE8F1; }
span { border-color: rgb(207,232,241); }
td.TdClassName
{
border-color: #CFE8F1;
}
.TagClassName
{
border-color: #CFE8F1;
}
</style>