Shades of Pattens Blue #CFECFA
Tints of Pattens Blue #CFECFA
RGB
CMYK
RGB Variations
Color information
#CFECFA (or 0xCFECFA) is known color: Pattens Blue. HEX triplet: CF, EC and FA. RGB value is (207,236,250). Sum of RGB (Red+Green+Blue) = 207+236+250=693 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.87% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFECFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFECFA is #301305. Grayscale: #E4E4E4. Windows color (decimal): -3150598 or 16444623. OLE color: 16444623.
HSL color Cylindrical-coordinate representation of color #CFECFA: hue angle of 199.53º 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 #CFECFA is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 236 | 250 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.02 |
| HSL | 199.53º | 0.81% | 0.9% | - |
| HSV(B) | 199.53º | 0.17% | 0.98% | - |
| XYZ | 72.98 | 80.16 | 102.07 | - |
| YUV | 228.93 | 139.89 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 250 | 0.17 | 0.06 | 0 | 0.02 | 199.53 | 0.81 | 0.9 |
| Hex | CF | EC | FA | 11 | 6 | 0 | 2 | C8 | 51 | 5A |
| Octal | 317 | 354 | 372 | 21 | 6 | 0 | 2 | 310 | 121 | 132 |
| Binary | 11001111 | 11101100 | 11111010 | 10001 | 110 | 0 | 10 | 11001000 | 1010001 | 1011010 |
Color Harmonies of #CFECFA
Complementary color
Monochromatic Colors of #CFECFA
Black with #CFECFA
Text Example
Text Example
White with #CFECFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFECFA; }
p { color: rgb(207,236,250); }
H1.HeaderClassName
{
color: #CFECFA;
}
.AnyTagClassName
{
color: #CFECFA;
}
</style>
background-color css
<style>
a { background-color: #CFECFA; }
a { background-color: rgb(207,236,250); }
div.DivClassName
{
background-color: #CFECFA;
}
.BgClassName
{
background-color: #CFECFA;
}
</style>
border-color css
<style>
span { border-color: #CFECFA; }
span { border-color: rgb(207,236,250); }
td.TdClassName
{
border-color: #CFECFA;
}
.TagClassName
{
border-color: #CFECFA;
}
</style>