Shades of Pattens Blue #CFE1F4
Tints of Pattens Blue #CFE1F4
RGB
CMYK
RGB Variations
Color information
#CFE1F4 (or 0xCFE1F4) is known color: Pattens Blue. HEX triplet: CF, E1 and F4. RGB value is (207,225,244). Sum of RGB (Red+Green+Blue) = 207+225+244=676 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.62% from 676); Green value is 225 (88.28% from 255 or 33.28% from 676); Blue value is 244 (95.70% from 255 or 36.09% from 676); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFE1F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE1F4 is #301E0B. Grayscale: #DDDDDD. Windows color (decimal): -3153420 or 16048591. OLE color: 16048591.
HSL color Cylindrical-coordinate representation of color #CFE1F4: hue angle of 210.81º 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 #CFE1F4 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 225 | 244 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.04 |
| HSL | 210.81º | 0.63% | 0.88% | - |
| HSV(B) | 210.81º | 0.15% | 0.96% | - |
| XYZ | 68.99 | 73.65 | 96.17 | - |
| YUV | 221.78 | 140.54 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 244 | 0.15 | 0.08 | 0 | 0.04 | 210.81 | 0.63 | 0.88 |
| Hex | CF | E1 | F4 | F | 8 | 0 | 4 | D3 | 3F | 58 |
| Octal | 317 | 341 | 364 | 17 | 10 | 0 | 4 | 323 | 77 | 130 |
| Binary | 11001111 | 11100001 | 11110100 | 1111 | 1000 | 0 | 100 | 11010011 | 111111 | 1011000 |
Color Harmonies of #CFE1F4
Complementary color
Monochromatic Colors of #CFE1F4
Black with #CFE1F4
Text Example
Text Example
White with #CFE1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE1F4; }
p { color: rgb(207,225,244); }
H1.HeaderClassName
{
color: #CFE1F4;
}
.AnyTagClassName
{
color: #CFE1F4;
}
</style>
background-color css
<style>
a { background-color: #CFE1F4; }
a { background-color: rgb(207,225,244); }
div.DivClassName
{
background-color: #CFE1F4;
}
.BgClassName
{
background-color: #CFE1F4;
}
</style>
border-color css
<style>
span { border-color: #CFE1F4; }
span { border-color: rgb(207,225,244); }
td.TdClassName
{
border-color: #CFE1F4;
}
.TagClassName
{
border-color: #CFE1F4;
}
</style>