Shades of Pattens Blue #CFE4F2
Tints of Pattens Blue #CFE4F2
RGB
CMYK
RGB Variations
Color information
#CFE4F2 (or 0xCFE4F2) is known color: Pattens Blue. HEX triplet: CF, E4 and F2. RGB value is (207,228,242). Sum of RGB (Red+Green+Blue) = 207+228+242=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 228 (89.45% from 255 or 33.68% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFE4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE4F2 is #301B0D. Grayscale: #DFDFDF. Windows color (decimal): -3152654 or 15918287. OLE color: 15918287.
HSL color Cylindrical-coordinate representation of color #CFE4F2: hue angle of 204º 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 #CFE4F2 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 228 | 242 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.05 |
| HSL | 204º | 0.57% | 0.88% | - |
| HSV(B) | 204º | 0.14% | 0.95% | - |
| XYZ | 69.5 | 75.16 | 94.85 | - |
| YUV | 223.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 242 | 0.14 | 0.06 | 0 | 0.05 | 204 | 0.57 | 0.88 |
| Hex | CF | E4 | F2 | E | 6 | 0 | 5 | CC | 39 | 58 |
| Octal | 317 | 344 | 362 | 16 | 6 | 0 | 5 | 314 | 71 | 130 |
| Binary | 11001111 | 11100100 | 11110010 | 1110 | 110 | 0 | 101 | 11001100 | 111001 | 1011000 |
Color Harmonies of #CFE4F2
Complementary color
Monochromatic Colors of #CFE4F2
Black with #CFE4F2
Text Example
Text Example
White with #CFE4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE4F2; }
p { color: rgb(207,228,242); }
H1.HeaderClassName
{
color: #CFE4F2;
}
.AnyTagClassName
{
color: #CFE4F2;
}
</style>
background-color css
<style>
a { background-color: #CFE4F2; }
a { background-color: rgb(207,228,242); }
div.DivClassName
{
background-color: #CFE4F2;
}
.BgClassName
{
background-color: #CFE4F2;
}
</style>
border-color css
<style>
span { border-color: #CFE4F2; }
span { border-color: rgb(207,228,242); }
td.TdClassName
{
border-color: #CFE4F2;
}
.TagClassName
{
border-color: #CFE4F2;
}
</style>