Shades of Pattens Blue #CFE8FC
Tints of Pattens Blue #CFE8FC
RGB
CMYK
RGB Variations
Color information
#CFE8FC (or 0xCFE8FC) is known color: Pattens Blue. HEX triplet: CF, E8 and FC. RGB value is (207,232,252). Sum of RGB (Red+Green+Blue) = 207+232+252=691 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.96% from 691); Green value is 232 (91.02% from 255 or 33.57% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFE8FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE8FC is #301703. Grayscale: #E2E2E2. Windows color (decimal): -3151620 or 16574671. OLE color: 16574671.
HSL color Cylindrical-coordinate representation of color #CFE8FC: hue angle of 206.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 #CFE8FC is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 232 | 252 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.01 |
| HSL | 206.67º | 0.88% | 0.9% | - |
| HSV(B) | 206.67º | 0.18% | 0.99% | - |
| XYZ | 72.16 | 78.01 | 103.35 | - |
| YUV | 226.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 252 | 0.18 | 0.08 | 0 | 0.01 | 206.67 | 0.88 | 0.9 |
| Hex | CF | E8 | FC | 12 | 8 | 0 | 1 | CF | 58 | 5A |
| Octal | 317 | 350 | 374 | 22 | 10 | 0 | 1 | 317 | 130 | 132 |
| Binary | 11001111 | 11101000 | 11111100 | 10010 | 1000 | 0 | 1 | 11001111 | 1011000 | 1011010 |
Color Harmonies of #CFE8FC
Complementary color
Monochromatic Colors of #CFE8FC
Black with #CFE8FC
Text Example
Text Example
White with #CFE8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE8FC; }
p { color: rgb(207,232,252); }
H1.HeaderClassName
{
color: #CFE8FC;
}
.AnyTagClassName
{
color: #CFE8FC;
}
</style>
background-color css
<style>
a { background-color: #CFE8FC; }
a { background-color: rgb(207,232,252); }
div.DivClassName
{
background-color: #CFE8FC;
}
.BgClassName
{
background-color: #CFE8FC;
}
</style>
border-color css
<style>
span { border-color: #CFE8FC; }
span { border-color: rgb(207,232,252); }
td.TdClassName
{
border-color: #CFE8FC;
}
.TagClassName
{
border-color: #CFE8FC;
}
</style>