Shades of Pattens Blue #CFE3F3
Tints of Pattens Blue #CFE3F3
RGB
CMYK
RGB Variations
Color information
#CFE3F3 (or 0xCFE3F3) is known color: Pattens Blue. HEX triplet: CF, E3 and F3. RGB value is (207,227,243). Sum of RGB (Red+Green+Blue) = 207+227+243=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 227 (89.06% from 255 or 33.53% from 677); Blue value is 243 (95.31% from 255 or 35.89% from 677); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFE3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE3F3 is #301C0C. Grayscale: #DEDEDE. Windows color (decimal): -3152909 or 15983567. OLE color: 15983567.
HSL color Cylindrical-coordinate representation of color #CFE3F3: hue angle of 206.67º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFE3F3 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 227 | 243 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.05 |
| HSL | 206.67º | 0.6% | 0.88% | - |
| HSV(B) | 206.67º | 0.15% | 0.95% | - |
| XYZ | 69.38 | 74.67 | 95.55 | - |
| YUV | 222.84 | 139.37 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 243 | 0.15 | 0.07 | 0 | 0.05 | 206.67 | 0.6 | 0.88 |
| Hex | CF | E3 | F3 | F | 7 | 0 | 5 | CF | 3C | 58 |
| Octal | 317 | 343 | 363 | 17 | 7 | 0 | 5 | 317 | 74 | 130 |
| Binary | 11001111 | 11100011 | 11110011 | 1111 | 111 | 0 | 101 | 11001111 | 111100 | 1011000 |
Color Harmonies of #CFE3F3
Complementary color
Monochromatic Colors of #CFE3F3
Black with #CFE3F3
Text Example
Text Example
White with #CFE3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE3F3; }
p { color: rgb(207,227,243); }
H1.HeaderClassName
{
color: #CFE3F3;
}
.AnyTagClassName
{
color: #CFE3F3;
}
</style>
background-color css
<style>
a { background-color: #CFE3F3; }
a { background-color: rgb(207,227,243); }
div.DivClassName
{
background-color: #CFE3F3;
}
.BgClassName
{
background-color: #CFE3F3;
}
</style>
border-color css
<style>
span { border-color: #CFE3F3; }
span { border-color: rgb(207,227,243); }
td.TdClassName
{
border-color: #CFE3F3;
}
.TagClassName
{
border-color: #CFE3F3;
}
</style>