Shades of Pattens Blue #CEE8F8
Tints of Pattens Blue #CEE8F8
RGB
CMYK
RGB Variations
Color information
#CEE8F8 (or 0xCEE8F8) is known color: Pattens Blue. HEX triplet: CE, E8 and F8. RGB value is (206,232,248). Sum of RGB (Red+Green+Blue) = 206+232+248=686 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.03% from 686); Green value is 232 (91.02% from 255 or 33.82% from 686); Blue value is 248 (97.27% from 255 or 36.15% from 686); Max value from RGB is 248 - color contains mainly: blue. Hex color #CEE8F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE8F8 is #311707. Grayscale: #E1E1E1. Windows color (decimal): -3217160 or 16312526. OLE color: 16312526.
HSL color Cylindrical-coordinate representation of color #CEE8F8: hue angle of 202.86º 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 #CEE8F8 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 232 | 248 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.03 |
| HSL | 202.86º | 0.75% | 0.89% | - |
| HSV(B) | 202.86º | 0.17% | 0.97% | - |
| XYZ | 71.25 | 77.61 | 100.03 | - |
| YUV | 226.05 | 140.39 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 248 | 0.17 | 0.06 | 0 | 0.03 | 202.86 | 0.75 | 0.89 |
| Hex | CE | E8 | F8 | 11 | 6 | 0 | 3 | CB | 4B | 59 |
| Octal | 316 | 350 | 370 | 21 | 6 | 0 | 3 | 313 | 113 | 131 |
| Binary | 11001110 | 11101000 | 11111000 | 10001 | 110 | 0 | 11 | 11001011 | 1001011 | 1011001 |
Color Harmonies of #CEE8F8
Complementary color
Monochromatic Colors of #CEE8F8
Black with #CEE8F8
Text Example
Text Example
White with #CEE8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE8F8; }
p { color: rgb(206,232,248); }
H1.HeaderClassName
{
color: #CEE8F8;
}
.AnyTagClassName
{
color: #CEE8F8;
}
</style>
background-color css
<style>
a { background-color: #CEE8F8; }
a { background-color: rgb(206,232,248); }
div.DivClassName
{
background-color: #CEE8F8;
}
.BgClassName
{
background-color: #CEE8F8;
}
</style>
border-color css
<style>
span { border-color: #CEE8F8; }
span { border-color: rgb(206,232,248); }
td.TdClassName
{
border-color: #CEE8F8;
}
.TagClassName
{
border-color: #CEE8F8;
}
</style>