Shades of Pattens Blue #CFE6F4
Tints of Pattens Blue #CFE6F4
RGB
CMYK
RGB Variations
Color information
#CFE6F4 (or 0xCFE6F4) is known color: Pattens Blue. HEX triplet: CF, E6 and F4. RGB value is (207,230,244). Sum of RGB (Red+Green+Blue) = 207+230+244=681 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.40% from 681); Green value is 230 (90.23% from 255 or 33.77% from 681); Blue value is 244 (95.70% from 255 or 35.83% from 681); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFE6F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE6F4 is #30190B. Grayscale: #E0E0E0. Windows color (decimal): -3152140 or 16049871. OLE color: 16049871.
HSL color Cylindrical-coordinate representation of color #CFE6F4: hue angle of 202.7º 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 #CFE6F4 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 230 | 244 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.04 |
| HSL | 202.7º | 0.63% | 0.88% | - |
| HSV(B) | 202.7º | 0.15% | 0.96% | - |
| XYZ | 70.36 | 76.39 | 96.62 | - |
| YUV | 224.72 | 138.88 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 244 | 0.15 | 0.06 | 0 | 0.04 | 202.7 | 0.63 | 0.88 |
| Hex | CF | E6 | F4 | F | 6 | 0 | 4 | CB | 3F | 58 |
| Octal | 317 | 346 | 364 | 17 | 6 | 0 | 4 | 313 | 77 | 130 |
| Binary | 11001111 | 11100110 | 11110100 | 1111 | 110 | 0 | 100 | 11001011 | 111111 | 1011000 |
Color Harmonies of #CFE6F4
Complementary color
Monochromatic Colors of #CFE6F4
Black with #CFE6F4
Text Example
Text Example
White with #CFE6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE6F4; }
p { color: rgb(207,230,244); }
H1.HeaderClassName
{
color: #CFE6F4;
}
.AnyTagClassName
{
color: #CFE6F4;
}
</style>
background-color css
<style>
a { background-color: #CFE6F4; }
a { background-color: rgb(207,230,244); }
div.DivClassName
{
background-color: #CFE6F4;
}
.BgClassName
{
background-color: #CFE6F4;
}
</style>
border-color css
<style>
span { border-color: #CFE6F4; }
span { border-color: rgb(207,230,244); }
td.TdClassName
{
border-color: #CFE6F4;
}
.TagClassName
{
border-color: #CFE6F4;
}
</style>