Shades of Pattens Blue #CFE1F3
Tints of Pattens Blue #CFE1F3
RGB
CMYK
RGB Variations
Color information
#CFE1F3 (or 0xCFE1F3) is known color: Pattens Blue. HEX triplet: CF, E1 and F3. RGB value is (207,225,243). Sum of RGB (Red+Green+Blue) = 207+225+243=675 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.67% from 675); Green value is 225 (88.28% from 255 or 33.33% from 675); Blue value is 243 (95.31% from 255 or 36% from 675); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFE1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE1F3 is #301E0C. Grayscale: #DDDDDD. Windows color (decimal): -3153421 or 15983055. OLE color: 15983055.
HSL color Cylindrical-coordinate representation of color #CFE1F3: hue angle of 210º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFE1F3 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 225 | 243 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.05 |
| HSL | 210º | 0.6% | 0.88% | - |
| HSV(B) | 210º | 0.15% | 0.95% | - |
| XYZ | 68.84 | 73.59 | 95.37 | - |
| YUV | 221.67 | 140.04 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 243 | 0.15 | 0.07 | 0 | 0.05 | 210 | 0.6 | 0.88 |
| Hex | CF | E1 | F3 | F | 7 | 0 | 5 | D2 | 3C | 58 |
| Octal | 317 | 341 | 363 | 17 | 7 | 0 | 5 | 322 | 74 | 130 |
| Binary | 11001111 | 11100001 | 11110011 | 1111 | 111 | 0 | 101 | 11010010 | 111100 | 1011000 |
Color Harmonies of #CFE1F3
Complementary color
Monochromatic Colors of #CFE1F3
Black with #CFE1F3
Text Example
Text Example
White with #CFE1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE1F3; }
p { color: rgb(207,225,243); }
H1.HeaderClassName
{
color: #CFE1F3;
}
.AnyTagClassName
{
color: #CFE1F3;
}
</style>
background-color css
<style>
a { background-color: #CFE1F3; }
a { background-color: rgb(207,225,243); }
div.DivClassName
{
background-color: #CFE1F3;
}
.BgClassName
{
background-color: #CFE1F3;
}
</style>
border-color css
<style>
span { border-color: #CFE1F3; }
span { border-color: rgb(207,225,243); }
td.TdClassName
{
border-color: #CFE1F3;
}
.TagClassName
{
border-color: #CFE1F3;
}
</style>