Shades of Pattens Blue #CFE3F2
Tints of Pattens Blue #CFE3F2
RGB
CMYK
RGB Variations
Color information
#CFE3F2 (or 0xCFE3F2) is known color: Pattens Blue. HEX triplet: CF, E3 and F2. RGB value is (207,227,242). Sum of RGB (Red+Green+Blue) = 207+227+242=676 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.62% from 676); Green value is 227 (89.06% from 255 or 33.58% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFE3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE3F2 is #301C0D. Grayscale: #DEDEDE. Windows color (decimal): -3152910 or 15918031. OLE color: 15918031.
HSL color Cylindrical-coordinate representation of color #CFE3F2: hue angle of 205.71º 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 #CFE3F2 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 227 | 242 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.05 |
| HSL | 205.71º | 0.57% | 0.88% | - |
| HSV(B) | 205.71º | 0.14% | 0.95% | - |
| XYZ | 69.23 | 74.61 | 94.76 | - |
| YUV | 222.73 | 138.87 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 242 | 0.14 | 0.06 | 0 | 0.05 | 205.71 | 0.57 | 0.88 |
| Hex | CF | E3 | F2 | E | 6 | 0 | 5 | CE | 39 | 58 |
| Octal | 317 | 343 | 362 | 16 | 6 | 0 | 5 | 316 | 71 | 130 |
| Binary | 11001111 | 11100011 | 11110010 | 1110 | 110 | 0 | 101 | 11001110 | 111001 | 1011000 |
Color Harmonies of #CFE3F2
Complementary color
Monochromatic Colors of #CFE3F2
Black with #CFE3F2
Text Example
Text Example
White with #CFE3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE3F2; }
p { color: rgb(207,227,242); }
H1.HeaderClassName
{
color: #CFE3F2;
}
.AnyTagClassName
{
color: #CFE3F2;
}
</style>
background-color css
<style>
a { background-color: #CFE3F2; }
a { background-color: rgb(207,227,242); }
div.DivClassName
{
background-color: #CFE3F2;
}
.BgClassName
{
background-color: #CFE3F2;
}
</style>
border-color css
<style>
span { border-color: #CFE3F2; }
span { border-color: rgb(207,227,242); }
td.TdClassName
{
border-color: #CFE3F2;
}
.TagClassName
{
border-color: #CFE3F2;
}
</style>