Shades of Pattens Blue #CFE6FC
Tints of Pattens Blue #CFE6FC
RGB
CMYK
RGB Variations
Color information
#CFE6FC (or 0xCFE6FC) is known color: Pattens Blue. HEX triplet: CF, E6 and FC. RGB value is (207,230,252). Sum of RGB (Red+Green+Blue) = 207+230+252=689 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.04% from 689); Green value is 230 (90.23% from 255 or 33.38% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFE6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE6FC is #301903. Grayscale: #E1E1E1. Windows color (decimal): -3152132 or 16574159. OLE color: 16574159.
HSL color Cylindrical-coordinate representation of color #CFE6FC: hue angle of 209.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFE6FC is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 230 | 252 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.01 |
| HSL | 209.33º | 0.88% | 0.9% | - |
| HSV(B) | 209.33º | 0.18% | 0.99% | - |
| XYZ | 71.6 | 76.89 | 103.16 | - |
| YUV | 225.63 | 142.88 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 252 | 0.18 | 0.09 | 0 | 0.01 | 209.33 | 0.88 | 0.9 |
| Hex | CF | E6 | FC | 12 | 9 | 0 | 1 | D1 | 58 | 5A |
| Octal | 317 | 346 | 374 | 22 | 11 | 0 | 1 | 321 | 130 | 132 |
| Binary | 11001111 | 11100110 | 11111100 | 10010 | 1001 | 0 | 1 | 11010001 | 1011000 | 1011010 |
Color Harmonies of #CFE6FC
Complementary color
Monochromatic Colors of #CFE6FC
Black with #CFE6FC
Text Example
Text Example
White with #CFE6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE6FC; }
p { color: rgb(207,230,252); }
H1.HeaderClassName
{
color: #CFE6FC;
}
.AnyTagClassName
{
color: #CFE6FC;
}
</style>
background-color css
<style>
a { background-color: #CFE6FC; }
a { background-color: rgb(207,230,252); }
div.DivClassName
{
background-color: #CFE6FC;
}
.BgClassName
{
background-color: #CFE6FC;
}
</style>
border-color css
<style>
span { border-color: #CFE6FC; }
span { border-color: rgb(207,230,252); }
td.TdClassName
{
border-color: #CFE6FC;
}
.TagClassName
{
border-color: #CFE6FC;
}
</style>