Shades of Pattens Blue #CFE5F8
Tints of Pattens Blue #CFE5F8
RGB
CMYK
RGB Variations
Color information
#CFE5F8 (or 0xCFE5F8) is known color: Pattens Blue. HEX triplet: CF, E5 and F8. RGB value is (207,229,248). Sum of RGB (Red+Green+Blue) = 207+229+248=684 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.26% from 684); Green value is 229 (89.84% from 255 or 33.48% from 684); Blue value is 248 (97.27% from 255 or 36.26% from 684); Max value from RGB is 248 - color contains mainly: blue. Hex color #CFE5F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE5F8 is #301A07. Grayscale: #E0E0E0. Windows color (decimal): -3152392 or 16311759. OLE color: 16311759.
HSL color Cylindrical-coordinate representation of color #CFE5F8: hue angle of 207.8º 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 #CFE5F8 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 229 | 248 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.03 |
| HSL | 207.8º | 0.75% | 0.89% | - |
| HSV(B) | 207.8º | 0.17% | 0.97% | - |
| XYZ | 70.69 | 76.08 | 99.77 | - |
| YUV | 224.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 248 | 0.17 | 0.08 | 0 | 0.03 | 207.8 | 0.75 | 0.89 |
| Hex | CF | E5 | F8 | 11 | 8 | 0 | 3 | D0 | 4B | 59 |
| Octal | 317 | 345 | 370 | 21 | 10 | 0 | 3 | 320 | 113 | 131 |
| Binary | 11001111 | 11100101 | 11111000 | 10001 | 1000 | 0 | 11 | 11010000 | 1001011 | 1011001 |
Color Harmonies of #CFE5F8
Complementary color
Monochromatic Colors of #CFE5F8
Black with #CFE5F8
Text Example
Text Example
White with #CFE5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE5F8; }
p { color: rgb(207,229,248); }
H1.HeaderClassName
{
color: #CFE5F8;
}
.AnyTagClassName
{
color: #CFE5F8;
}
</style>
background-color css
<style>
a { background-color: #CFE5F8; }
a { background-color: rgb(207,229,248); }
div.DivClassName
{
background-color: #CFE5F8;
}
.BgClassName
{
background-color: #CFE5F8;
}
</style>
border-color css
<style>
span { border-color: #CFE5F8; }
span { border-color: rgb(207,229,248); }
td.TdClassName
{
border-color: #CFE5F8;
}
.TagClassName
{
border-color: #CFE5F8;
}
</style>