Shades of Pattens Blue #CFE0F2
Tints of Pattens Blue #CFE0F2
RGB
CMYK
RGB Variations
Color information
#CFE0F2 (or 0xCFE0F2) is known color: Pattens Blue. HEX triplet: CF, E0 and F2. RGB value is (207,224,242). Sum of RGB (Red+Green+Blue) = 207+224+242=673 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.76% from 673); Green value is 224 (87.89% from 255 or 33.28% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFE0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE0F2 is #301F0D. Grayscale: #DCDCDC. Windows color (decimal): -3153678 or 15917263. OLE color: 15917263.
HSL color Cylindrical-coordinate representation of color #CFE0F2: hue angle of 210.86º degrees, saturation: 0.57, 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 #CFE0F2 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 224 | 242 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.05 |
| HSL | 210.86º | 0.57% | 0.88% | - |
| HSV(B) | 210.86º | 0.14% | 0.95% | - |
| XYZ | 68.41 | 72.99 | 94.49 | - |
| YUV | 220.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 242 | 0.14 | 0.07 | 0 | 0.05 | 210.86 | 0.57 | 0.88 |
| Hex | CF | E0 | F2 | E | 7 | 0 | 5 | D3 | 39 | 58 |
| Octal | 317 | 340 | 362 | 16 | 7 | 0 | 5 | 323 | 71 | 130 |
| Binary | 11001111 | 11100000 | 11110010 | 1110 | 111 | 0 | 101 | 11010011 | 111001 | 1011000 |
Color Harmonies of #CFE0F2
Complementary color
Monochromatic Colors of #CFE0F2
Black with #CFE0F2
Text Example
Text Example
White with #CFE0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE0F2; }
p { color: rgb(207,224,242); }
H1.HeaderClassName
{
color: #CFE0F2;
}
.AnyTagClassName
{
color: #CFE0F2;
}
</style>
background-color css
<style>
a { background-color: #CFE0F2; }
a { background-color: rgb(207,224,242); }
div.DivClassName
{
background-color: #CFE0F2;
}
.BgClassName
{
background-color: #CFE0F2;
}
</style>
border-color css
<style>
span { border-color: #CFE0F2; }
span { border-color: rgb(207,224,242); }
td.TdClassName
{
border-color: #CFE0F2;
}
.TagClassName
{
border-color: #CFE0F2;
}
</style>