Shades of Pattens Blue #CFEDFA
Tints of Pattens Blue #CFEDFA
RGB
CMYK
RGB Variations
Color information
#CFEDFA (or 0xCFEDFA) is known color: Pattens Blue. HEX triplet: CF, ED and FA. RGB value is (207,237,250). Sum of RGB (Red+Green+Blue) = 207+237+250=694 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.83% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFEDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEDFA is #301205. Grayscale: #E5E5E5. Windows color (decimal): -3150342 or 16444879. OLE color: 16444879.
HSL color Cylindrical-coordinate representation of color #CFEDFA: hue angle of 198.14º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFEDFA is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 237 | 250 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.02 |
| HSL | 198.14º | 0.81% | 0.9% | - |
| HSV(B) | 198.14º | 0.17% | 0.98% | - |
| XYZ | 73.27 | 80.74 | 102.16 | - |
| YUV | 229.51 | 139.56 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 250 | 0.17 | 0.05 | 0 | 0.02 | 198.14 | 0.81 | 0.9 |
| Hex | CF | ED | FA | 11 | 5 | 0 | 2 | C6 | 51 | 5A |
| Octal | 317 | 355 | 372 | 21 | 5 | 0 | 2 | 306 | 121 | 132 |
| Binary | 11001111 | 11101101 | 11111010 | 10001 | 101 | 0 | 10 | 11000110 | 1010001 | 1011010 |
Color Harmonies of #CFEDFA
Complementary color
Monochromatic Colors of #CFEDFA
Black with #CFEDFA
Text Example
Text Example
White with #CFEDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDFA; }
p { color: rgb(207,237,250); }
H1.HeaderClassName
{
color: #CFEDFA;
}
.AnyTagClassName
{
color: #CFEDFA;
}
</style>
background-color css
<style>
a { background-color: #CFEDFA; }
a { background-color: rgb(207,237,250); }
div.DivClassName
{
background-color: #CFEDFA;
}
.BgClassName
{
background-color: #CFEDFA;
}
</style>
border-color css
<style>
span { border-color: #CFEDFA; }
span { border-color: rgb(207,237,250); }
td.TdClassName
{
border-color: #CFEDFA;
}
.TagClassName
{
border-color: #CFEDFA;
}
</style>