Shades of Pattens Blue #CFE3F1
Tints of Pattens Blue #CFE3F1
RGB
CMYK
RGB Variations
Color information
#CFE3F1 (or 0xCFE3F1) is known color: Pattens Blue. HEX triplet: CF, E3 and F1. RGB value is (207,227,241). Sum of RGB (Red+Green+Blue) = 207+227+241=675 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.67% from 675); Green value is 227 (89.06% from 255 or 33.63% from 675); Blue value is 241 (94.53% from 255 or 35.70% from 675); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFE3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE3F1 is #301C0E. Grayscale: #DEDEDE. Windows color (decimal): -3152911 or 15852495. OLE color: 15852495.
HSL color Cylindrical-coordinate representation of color #CFE3F1: hue angle of 204.71º 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 #CFE3F1 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 227 | 241 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.05 |
| HSL | 204.71º | 0.55% | 0.88% | - |
| HSV(B) | 204.71º | 0.14% | 0.95% | - |
| XYZ | 69.08 | 74.55 | 93.97 | - |
| YUV | 222.62 | 138.37 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 241 | 0.14 | 0.06 | 0 | 0.05 | 204.71 | 0.55 | 0.88 |
| Hex | CF | E3 | F1 | E | 6 | 0 | 5 | CD | 37 | 58 |
| Octal | 317 | 343 | 361 | 16 | 6 | 0 | 5 | 315 | 67 | 130 |
| Binary | 11001111 | 11100011 | 11110001 | 1110 | 110 | 0 | 101 | 11001101 | 110111 | 1011000 |
Color Harmonies of #CFE3F1
Complementary color
Monochromatic Colors of #CFE3F1
Black with #CFE3F1
Text Example
Text Example
White with #CFE3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE3F1; }
p { color: rgb(207,227,241); }
H1.HeaderClassName
{
color: #CFE3F1;
}
.AnyTagClassName
{
color: #CFE3F1;
}
</style>
background-color css
<style>
a { background-color: #CFE3F1; }
a { background-color: rgb(207,227,241); }
div.DivClassName
{
background-color: #CFE3F1;
}
.BgClassName
{
background-color: #CFE3F1;
}
</style>
border-color css
<style>
span { border-color: #CFE3F1; }
span { border-color: rgb(207,227,241); }
td.TdClassName
{
border-color: #CFE3F1;
}
.TagClassName
{
border-color: #CFE3F1;
}
</style>