Shades of Pattens Blue #CFE0F1
Tints of Pattens Blue #CFE0F1
RGB
CMYK
RGB Variations
Color information
#CFE0F1 (or 0xCFE0F1) is known color: Pattens Blue. HEX triplet: CF, E0 and F1. RGB value is (207,224,241). Sum of RGB (Red+Green+Blue) = 207+224+241=672 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.80% from 672); Green value is 224 (87.89% from 255 or 33.33% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFE0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE0F1 is #301F0E. Grayscale: #DCDCDC. Windows color (decimal): -3153679 or 15851727. OLE color: 15851727.
HSL color Cylindrical-coordinate representation of color #CFE0F1: hue angle of 210º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFE0F1 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 224 | 241 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.05 |
| HSL | 210º | 0.55% | 0.88% | - |
| HSV(B) | 210º | 0.14% | 0.95% | - |
| XYZ | 68.26 | 72.93 | 93.7 | - |
| YUV | 220.86 | 139.37 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 241 | 0.14 | 0.07 | 0 | 0.05 | 210 | 0.55 | 0.88 |
| Hex | CF | E0 | F1 | E | 7 | 0 | 5 | D2 | 37 | 58 |
| Octal | 317 | 340 | 361 | 16 | 7 | 0 | 5 | 322 | 67 | 130 |
| Binary | 11001111 | 11100000 | 11110001 | 1110 | 111 | 0 | 101 | 11010010 | 110111 | 1011000 |
Color Harmonies of #CFE0F1
Complementary color
Monochromatic Colors of #CFE0F1
Black with #CFE0F1
Text Example
Text Example
White with #CFE0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE0F1; }
p { color: rgb(207,224,241); }
H1.HeaderClassName
{
color: #CFE0F1;
}
.AnyTagClassName
{
color: #CFE0F1;
}
</style>
background-color css
<style>
a { background-color: #CFE0F1; }
a { background-color: rgb(207,224,241); }
div.DivClassName
{
background-color: #CFE0F1;
}
.BgClassName
{
background-color: #CFE0F1;
}
</style>
border-color css
<style>
span { border-color: #CFE0F1; }
span { border-color: rgb(207,224,241); }
td.TdClassName
{
border-color: #CFE0F1;
}
.TagClassName
{
border-color: #CFE0F1;
}
</style>