Shades of Pattens Blue #CFE1F2
Tints of Pattens Blue #CFE1F2
RGB
CMYK
RGB Variations
Color information
#CFE1F2 (or 0xCFE1F2) is known color: Pattens Blue. HEX triplet: CF, E1 and F2. RGB value is (207,225,242). Sum of RGB (Red+Green+Blue) = 207+225+242=674 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.71% from 674); Green value is 225 (88.28% from 255 or 33.38% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFE1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE1F2 is #301E0D. Grayscale: #DDDDDD. Windows color (decimal): -3153422 or 15917519. OLE color: 15917519.
HSL color Cylindrical-coordinate representation of color #CFE1F2: hue angle of 209.14º 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 #CFE1F2 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 225 | 242 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.05 |
| HSL | 209.14º | 0.57% | 0.88% | - |
| HSV(B) | 209.14º | 0.14% | 0.95% | - |
| XYZ | 68.68 | 73.53 | 94.58 | - |
| YUV | 221.56 | 139.54 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 242 | 0.14 | 0.07 | 0 | 0.05 | 209.14 | 0.57 | 0.88 |
| Hex | CF | E1 | F2 | E | 7 | 0 | 5 | D1 | 39 | 58 |
| Octal | 317 | 341 | 362 | 16 | 7 | 0 | 5 | 321 | 71 | 130 |
| Binary | 11001111 | 11100001 | 11110010 | 1110 | 111 | 0 | 101 | 11010001 | 111001 | 1011000 |
Color Harmonies of #CFE1F2
Complementary color
Monochromatic Colors of #CFE1F2
Black with #CFE1F2
Text Example
Text Example
White with #CFE1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE1F2; }
p { color: rgb(207,225,242); }
H1.HeaderClassName
{
color: #CFE1F2;
}
.AnyTagClassName
{
color: #CFE1F2;
}
</style>
background-color css
<style>
a { background-color: #CFE1F2; }
a { background-color: rgb(207,225,242); }
div.DivClassName
{
background-color: #CFE1F2;
}
.BgClassName
{
background-color: #CFE1F2;
}
</style>
border-color css
<style>
span { border-color: #CFE1F2; }
span { border-color: rgb(207,225,242); }
td.TdClassName
{
border-color: #CFE1F2;
}
.TagClassName
{
border-color: #CFE1F2;
}
</style>