Shades of Pattens Blue #CFE7FE
Tints of Pattens Blue #CFE7FE
RGB
CMYK
RGB Variations
Color information
#CFE7FE (or 0xCFE7FE) is known color: Pattens Blue. HEX triplet: CF, E7 and FE. RGB value is (207,231,254). Sum of RGB (Red+Green+Blue) = 207+231+254=692 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.91% from 692); Green value is 231 (90.62% from 255 or 33.38% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFE7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE7FE is #301801. Grayscale: #E2E2E2. Windows color (decimal): -3151874 or 16705487. OLE color: 16705487.
HSL color Cylindrical-coordinate representation of color #CFE7FE: hue angle of 209.36º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFE7FE is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 231 | 254 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.00 |
| HSL | 209.36º | 0.96% | 0.9% | - |
| HSV(B) | 209.36º | 0.19% | 1% | - |
| XYZ | 72.2 | 77.57 | 104.93 | - |
| YUV | 226.45 | 143.55 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 254 | 0.19 | 0.09 | 0 | 0.00 | 209.36 | 0.96 | 0.9 |
| Hex | CF | E7 | FE | 13 | 9 | 0 | 0 | D1 | 60 | 5A |
| Octal | 317 | 347 | 376 | 23 | 11 | 0 | 0 | 321 | 140 | 132 |
| Binary | 11001111 | 11100111 | 11111110 | 10011 | 1001 | 0 | 0 | 11010001 | 1100000 | 1011010 |
Color Harmonies of #CFE7FE
Complementary color
Monochromatic Colors of #CFE7FE
Black with #CFE7FE
Text Example
Text Example
White with #CFE7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE7FE; }
p { color: rgb(207,231,254); }
H1.HeaderClassName
{
color: #CFE7FE;
}
.AnyTagClassName
{
color: #CFE7FE;
}
</style>
background-color css
<style>
a { background-color: #CFE7FE; }
a { background-color: rgb(207,231,254); }
div.DivClassName
{
background-color: #CFE7FE;
}
.BgClassName
{
background-color: #CFE7FE;
}
</style>
border-color css
<style>
span { border-color: #CFE7FE; }
span { border-color: rgb(207,231,254); }
td.TdClassName
{
border-color: #CFE7FE;
}
.TagClassName
{
border-color: #CFE7FE;
}
</style>