Shades of Pattens Blue #CFE5FC
Tints of Pattens Blue #CFE5FC
RGB
CMYK
RGB Variations
Color information
#CFE5FC (or 0xCFE5FC) is known color: Pattens Blue. HEX triplet: CF, E5 and FC. RGB value is (207,229,252). Sum of RGB (Red+Green+Blue) = 207+229+252=688 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.09% from 688); Green value is 229 (89.84% from 255 or 33.28% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFE5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE5FC is #301A03. Grayscale: #E0E0E0. Windows color (decimal): -3152388 or 16573903. OLE color: 16573903.
HSL color Cylindrical-coordinate representation of color #CFE5FC: hue angle of 210.67º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFE5FC is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 229 | 252 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.01 |
| HSL | 210.67º | 0.88% | 0.9% | - |
| HSV(B) | 210.67º | 0.18% | 0.99% | - |
| XYZ | 71.32 | 76.33 | 103.07 | - |
| YUV | 225.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 252 | 0.18 | 0.09 | 0 | 0.01 | 210.67 | 0.88 | 0.9 |
| Hex | CF | E5 | FC | 12 | 9 | 0 | 1 | D3 | 58 | 5A |
| Octal | 317 | 345 | 374 | 22 | 11 | 0 | 1 | 323 | 130 | 132 |
| Binary | 11001111 | 11100101 | 11111100 | 10010 | 1001 | 0 | 1 | 11010011 | 1011000 | 1011010 |
Color Harmonies of #CFE5FC
Complementary color
Monochromatic Colors of #CFE5FC
Black with #CFE5FC
Text Example
Text Example
White with #CFE5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE5FC; }
p { color: rgb(207,229,252); }
H1.HeaderClassName
{
color: #CFE5FC;
}
.AnyTagClassName
{
color: #CFE5FC;
}
</style>
background-color css
<style>
a { background-color: #CFE5FC; }
a { background-color: rgb(207,229,252); }
div.DivClassName
{
background-color: #CFE5FC;
}
.BgClassName
{
background-color: #CFE5FC;
}
</style>
border-color css
<style>
span { border-color: #CFE5FC; }
span { border-color: rgb(207,229,252); }
td.TdClassName
{
border-color: #CFE5FC;
}
.TagClassName
{
border-color: #CFE5FC;
}
</style>