Shades of Pattens Blue #CFE8F8
Tints of Pattens Blue #CFE8F8
RGB
CMYK
RGB Variations
Color information
#CFE8F8 (or 0xCFE8F8) is known color: Pattens Blue. HEX triplet: CF, E8 and F8. RGB value is (207,232,248). Sum of RGB (Red+Green+Blue) = 207+232+248=687 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.13% from 687); Green value is 232 (91.02% from 255 or 33.77% from 687); Blue value is 248 (97.27% from 255 or 36.10% from 687); Max value from RGB is 248 - color contains mainly: blue. Hex color #CFE8F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE8F8 is #301707. Grayscale: #E2E2E2. Windows color (decimal): -3151624 or 16312527. OLE color: 16312527.
HSL color Cylindrical-coordinate representation of color #CFE8F8: hue angle of 203.41º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFE8F8 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 232 | 248 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.03 |
| HSL | 203.41º | 0.75% | 0.89% | - |
| HSV(B) | 203.41º | 0.17% | 0.97% | - |
| XYZ | 71.53 | 77.76 | 100.05 | - |
| YUV | 226.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 248 | 0.17 | 0.06 | 0 | 0.03 | 203.41 | 0.75 | 0.89 |
| Hex | CF | E8 | F8 | 11 | 6 | 0 | 3 | CB | 4B | 59 |
| Octal | 317 | 350 | 370 | 21 | 6 | 0 | 3 | 313 | 113 | 131 |
| Binary | 11001111 | 11101000 | 11111000 | 10001 | 110 | 0 | 11 | 11001011 | 1001011 | 1011001 |
Color Harmonies of #CFE8F8
Complementary color
Monochromatic Colors of #CFE8F8
Black with #CFE8F8
Text Example
Text Example
White with #CFE8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE8F8; }
p { color: rgb(207,232,248); }
H1.HeaderClassName
{
color: #CFE8F8;
}
.AnyTagClassName
{
color: #CFE8F8;
}
</style>
background-color css
<style>
a { background-color: #CFE8F8; }
a { background-color: rgb(207,232,248); }
div.DivClassName
{
background-color: #CFE8F8;
}
.BgClassName
{
background-color: #CFE8F8;
}
</style>
border-color css
<style>
span { border-color: #CFE8F8; }
span { border-color: rgb(207,232,248); }
td.TdClassName
{
border-color: #CFE8F8;
}
.TagClassName
{
border-color: #CFE8F8;
}
</style>