Shades of Pattens Blue #CFE3FB
Tints of Pattens Blue #CFE3FB
RGB
CMYK
RGB Variations
Color information
#CFE3FB (or 0xCFE3FB) is known color: Pattens Blue. HEX triplet: CF, E3 and FB. RGB value is (207,227,251). Sum of RGB (Red+Green+Blue) = 207+227+251=685 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.22% from 685); Green value is 227 (89.06% from 255 or 33.14% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFE3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE3FB is #301C04. Grayscale: #DFDFDF. Windows color (decimal): -3152901 or 16507855. OLE color: 16507855.
HSL color Cylindrical-coordinate representation of color #CFE3FB: hue angle of 212.73º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFE3FB is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 227 | 251 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.02 |
| HSL | 212.73º | 0.85% | 0.9% | - |
| HSV(B) | 212.73º | 0.18% | 0.98% | - |
| XYZ | 70.61 | 75.17 | 102.05 | - |
| YUV | 223.76 | 143.37 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 251 | 0.18 | 0.10 | 0 | 0.02 | 212.73 | 0.85 | 0.9 |
| Hex | CF | E3 | FB | 12 | A | 0 | 2 | D5 | 55 | 5A |
| Octal | 317 | 343 | 373 | 22 | 12 | 0 | 2 | 325 | 125 | 132 |
| Binary | 11001111 | 11100011 | 11111011 | 10010 | 1010 | 0 | 10 | 11010101 | 1010101 | 1011010 |
Color Harmonies of #CFE3FB
Complementary color
Monochromatic Colors of #CFE3FB
Black with #CFE3FB
Text Example
Text Example
White with #CFE3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE3FB; }
p { color: rgb(207,227,251); }
H1.HeaderClassName
{
color: #CFE3FB;
}
.AnyTagClassName
{
color: #CFE3FB;
}
</style>
background-color css
<style>
a { background-color: #CFE3FB; }
a { background-color: rgb(207,227,251); }
div.DivClassName
{
background-color: #CFE3FB;
}
.BgClassName
{
background-color: #CFE3FB;
}
</style>
border-color css
<style>
span { border-color: #CFE3FB; }
span { border-color: rgb(207,227,251); }
td.TdClassName
{
border-color: #CFE3FB;
}
.TagClassName
{
border-color: #CFE3FB;
}
</style>