Shades of Pattens Blue #CFE8FB
Tints of Pattens Blue #CFE8FB
RGB
CMYK
RGB Variations
Color information
#CFE8FB (or 0xCFE8FB) is known color: Pattens Blue. HEX triplet: CF, E8 and FB. RGB value is (207,232,251). Sum of RGB (Red+Green+Blue) = 207+232+251=690 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 251 (98.44% from 255 or 36.38% from 690); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFE8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE8FB is #301704. Grayscale: #E2E2E2. Windows color (decimal): -3151621 or 16509135. OLE color: 16509135.
HSL color Cylindrical-coordinate representation of color #CFE8FB: hue angle of 205.91º 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 #CFE8FB is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 232 | 251 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.02 |
| HSL | 205.91º | 0.85% | 0.9% | - |
| HSV(B) | 205.91º | 0.18% | 0.98% | - |
| XYZ | 72 | 77.94 | 102.52 | - |
| YUV | 226.69 | 141.72 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 251 | 0.18 | 0.08 | 0 | 0.02 | 205.91 | 0.85 | 0.9 |
| Hex | CF | E8 | FB | 12 | 8 | 0 | 2 | CE | 55 | 5A |
| Octal | 317 | 350 | 373 | 22 | 10 | 0 | 2 | 316 | 125 | 132 |
| Binary | 11001111 | 11101000 | 11111011 | 10010 | 1000 | 0 | 10 | 11001110 | 1010101 | 1011010 |
Color Harmonies of #CFE8FB
Complementary color
Monochromatic Colors of #CFE8FB
Black with #CFE8FB
Text Example
Text Example
White with #CFE8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE8FB; }
p { color: rgb(207,232,251); }
H1.HeaderClassName
{
color: #CFE8FB;
}
.AnyTagClassName
{
color: #CFE8FB;
}
</style>
background-color css
<style>
a { background-color: #CFE8FB; }
a { background-color: rgb(207,232,251); }
div.DivClassName
{
background-color: #CFE8FB;
}
.BgClassName
{
background-color: #CFE8FB;
}
</style>
border-color css
<style>
span { border-color: #CFE8FB; }
span { border-color: rgb(207,232,251); }
td.TdClassName
{
border-color: #CFE8FB;
}
.TagClassName
{
border-color: #CFE8FB;
}
</style>