Shades of Pattens Blue #CFE1F0
Tints of Pattens Blue #CFE1F0
RGB
CMYK
RGB Variations
Color information
#CFE1F0 (or 0xCFE1F0) is known color: Pattens Blue. HEX triplet: CF, E1 and F0. RGB value is (207,225,240). Sum of RGB (Red+Green+Blue) = 207+225+240=672 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.80% from 672); Green value is 225 (88.28% from 255 or 33.48% from 672); Blue value is 240 (94.14% from 255 or 35.71% from 672); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFE1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE1F0 is #301E0F. Grayscale: #DDDDDD. Windows color (decimal): -3153424 or 15786447. OLE color: 15786447.
HSL color Cylindrical-coordinate representation of color #CFE1F0: hue angle of 207.27º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFE1F0 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 225 | 240 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.06 |
| HSL | 207.27º | 0.52% | 0.88% | - |
| HSV(B) | 207.27º | 0.14% | 0.94% | - |
| XYZ | 68.39 | 73.41 | 93 | - |
| YUV | 221.33 | 138.54 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 240 | 0.14 | 0.06 | 0 | 0.06 | 207.27 | 0.52 | 0.88 |
| Hex | CF | E1 | F0 | E | 6 | 0 | 6 | CF | 34 | 58 |
| Octal | 317 | 341 | 360 | 16 | 6 | 0 | 6 | 317 | 64 | 130 |
| Binary | 11001111 | 11100001 | 11110000 | 1110 | 110 | 0 | 110 | 11001111 | 110100 | 1011000 |
Color Harmonies of #CFE1F0
Complementary color
Monochromatic Colors of #CFE1F0
Black with #CFE1F0
Text Example
Text Example
White with #CFE1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE1F0; }
p { color: rgb(207,225,240); }
H1.HeaderClassName
{
color: #CFE1F0;
}
.AnyTagClassName
{
color: #CFE1F0;
}
</style>
background-color css
<style>
a { background-color: #CFE1F0; }
a { background-color: rgb(207,225,240); }
div.DivClassName
{
background-color: #CFE1F0;
}
.BgClassName
{
background-color: #CFE1F0;
}
</style>
border-color css
<style>
span { border-color: #CFE1F0; }
span { border-color: rgb(207,225,240); }
td.TdClassName
{
border-color: #CFE1F0;
}
.TagClassName
{
border-color: #CFE1F0;
}
</style>