Shades of Pattens Blue #CFE2F4
Tints of Pattens Blue #CFE2F4
RGB
CMYK
RGB Variations
Color information
#CFE2F4 (or 0xCFE2F4) is known color: Pattens Blue. HEX triplet: CF, E2 and F4. RGB value is (207,226,244). Sum of RGB (Red+Green+Blue) = 207+226+244=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 226 (88.67% from 255 or 33.38% from 677); Blue value is 244 (95.70% from 255 or 36.04% from 677); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFE2F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE2F4 is #301D0B. Grayscale: #DEDEDE. Windows color (decimal): -3153164 or 16048847. OLE color: 16048847.
HSL color Cylindrical-coordinate representation of color #CFE2F4: hue angle of 209.19º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFE2F4 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 226 | 244 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.04 |
| HSL | 209.19º | 0.63% | 0.88% | - |
| HSV(B) | 209.19º | 0.15% | 0.96% | - |
| XYZ | 69.26 | 74.19 | 96.26 | - |
| YUV | 222.37 | 140.21 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 244 | 0.15 | 0.07 | 0 | 0.04 | 209.19 | 0.63 | 0.88 |
| Hex | CF | E2 | F4 | F | 7 | 0 | 4 | D1 | 3F | 58 |
| Octal | 317 | 342 | 364 | 17 | 7 | 0 | 4 | 321 | 77 | 130 |
| Binary | 11001111 | 11100010 | 11110100 | 1111 | 111 | 0 | 100 | 11010001 | 111111 | 1011000 |
Color Harmonies of #CFE2F4
Complementary color
Monochromatic Colors of #CFE2F4
Black with #CFE2F4
Text Example
Text Example
White with #CFE2F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE2F4; }
p { color: rgb(207,226,244); }
H1.HeaderClassName
{
color: #CFE2F4;
}
.AnyTagClassName
{
color: #CFE2F4;
}
</style>
background-color css
<style>
a { background-color: #CFE2F4; }
a { background-color: rgb(207,226,244); }
div.DivClassName
{
background-color: #CFE2F4;
}
.BgClassName
{
background-color: #CFE2F4;
}
</style>
border-color css
<style>
span { border-color: #CFE2F4; }
span { border-color: rgb(207,226,244); }
td.TdClassName
{
border-color: #CFE2F4;
}
.TagClassName
{
border-color: #CFE2F4;
}
</style>