Shades of Pattens Blue #CFE4FA
Tints of Pattens Blue #CFE4FA
RGB
CMYK
RGB Variations
Color information
#CFE4FA (or 0xCFE4FA) is known color: Pattens Blue. HEX triplet: CF, E4 and FA. RGB value is (207,228,250). Sum of RGB (Red+Green+Blue) = 207+228+250=685 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.22% from 685); Green value is 228 (89.45% from 255 or 33.28% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFE4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE4FA is #301B05. Grayscale: #E0E0E0. Windows color (decimal): -3152646 or 16442575. OLE color: 16442575.
HSL color Cylindrical-coordinate representation of color #CFE4FA: hue angle of 210.7º 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 #CFE4FA is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 228 | 250 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.02 |
| HSL | 210.7º | 0.81% | 0.9% | - |
| HSV(B) | 210.7º | 0.17% | 0.98% | - |
| XYZ | 70.73 | 75.65 | 101.32 | - |
| YUV | 224.23 | 142.54 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 250 | 0.17 | 0.09 | 0 | 0.02 | 210.7 | 0.81 | 0.9 |
| Hex | CF | E4 | FA | 11 | 9 | 0 | 2 | D3 | 51 | 5A |
| Octal | 317 | 344 | 372 | 21 | 11 | 0 | 2 | 323 | 121 | 132 |
| Binary | 11001111 | 11100100 | 11111010 | 10001 | 1001 | 0 | 10 | 11010011 | 1010001 | 1011010 |
Color Harmonies of #CFE4FA
Complementary color
Monochromatic Colors of #CFE4FA
Black with #CFE4FA
Text Example
Text Example
White with #CFE4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE4FA; }
p { color: rgb(207,228,250); }
H1.HeaderClassName
{
color: #CFE4FA;
}
.AnyTagClassName
{
color: #CFE4FA;
}
</style>
background-color css
<style>
a { background-color: #CFE4FA; }
a { background-color: rgb(207,228,250); }
div.DivClassName
{
background-color: #CFE4FA;
}
.BgClassName
{
background-color: #CFE4FA;
}
</style>
border-color css
<style>
span { border-color: #CFE4FA; }
span { border-color: rgb(207,228,250); }
td.TdClassName
{
border-color: #CFE4FA;
}
.TagClassName
{
border-color: #CFE4FA;
}
</style>