Shades of Pattens Blue #CFE3FA
Tints of Pattens Blue #CFE3FA
RGB
CMYK
RGB Variations
Color information
#CFE3FA (or 0xCFE3FA) is known color: Pattens Blue. HEX triplet: CF, E3 and FA. RGB value is (207,227,250). Sum of RGB (Red+Green+Blue) = 207+227+250=684 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.26% from 684); Green value is 227 (89.06% from 255 or 33.19% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFE3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE3FA is #301C05. Grayscale: #DFDFDF. Windows color (decimal): -3152902 or 16442319. OLE color: 16442319.
HSL color Cylindrical-coordinate representation of color #CFE3FA: hue angle of 212.09º 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 #CFE3FA is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 227 | 250 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.02 |
| HSL | 212.09º | 0.81% | 0.9% | - |
| HSV(B) | 212.09º | 0.17% | 0.98% | - |
| XYZ | 70.46 | 75.11 | 101.23 | - |
| YUV | 223.64 | 142.87 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 250 | 0.17 | 0.09 | 0 | 0.02 | 212.09 | 0.81 | 0.9 |
| Hex | CF | E3 | FA | 11 | 9 | 0 | 2 | D4 | 51 | 5A |
| Octal | 317 | 343 | 372 | 21 | 11 | 0 | 2 | 324 | 121 | 132 |
| Binary | 11001111 | 11100011 | 11111010 | 10001 | 1001 | 0 | 10 | 11010100 | 1010001 | 1011010 |
Color Harmonies of #CFE3FA
Complementary color
Monochromatic Colors of #CFE3FA
Black with #CFE3FA
Text Example
Text Example
White with #CFE3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE3FA; }
p { color: rgb(207,227,250); }
H1.HeaderClassName
{
color: #CFE3FA;
}
.AnyTagClassName
{
color: #CFE3FA;
}
</style>
background-color css
<style>
a { background-color: #CFE3FA; }
a { background-color: rgb(207,227,250); }
div.DivClassName
{
background-color: #CFE3FA;
}
.BgClassName
{
background-color: #CFE3FA;
}
</style>
border-color css
<style>
span { border-color: #CFE3FA; }
span { border-color: rgb(207,227,250); }
td.TdClassName
{
border-color: #CFE3FA;
}
.TagClassName
{
border-color: #CFE3FA;
}
</style>