Shades of Pattens Blue #CEE9F8
Tints of Pattens Blue #CEE9F8
RGB
CMYK
RGB Variations
Color information
#CEE9F8 (or 0xCEE9F8) is known color: Pattens Blue. HEX triplet: CE, E9 and F8. RGB value is (206,233,248). Sum of RGB (Red+Green+Blue) = 206+233+248=687 (90% of max value = 765). Red value is 206 (80.86% from 255 or 29.99% from 687); Green value is 233 (91.41% from 255 or 33.92% 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 #CEE9F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE9F8 is #311607. Grayscale: #E2E2E2. Windows color (decimal): -3216904 or 16312782. OLE color: 16312782.
HSL color Cylindrical-coordinate representation of color #CEE9F8: hue angle of 201.43º 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 #CEE9F8 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 233 | 248 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.03 |
| HSL | 201.43º | 0.75% | 0.89% | - |
| HSV(B) | 201.43º | 0.17% | 0.97% | - |
| XYZ | 71.54 | 78.18 | 100.13 | - |
| YUV | 226.64 | 140.05 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 248 | 0.17 | 0.06 | 0 | 0.03 | 201.43 | 0.75 | 0.89 |
| Hex | CE | E9 | F8 | 11 | 6 | 0 | 3 | C9 | 4B | 59 |
| Octal | 316 | 351 | 370 | 21 | 6 | 0 | 3 | 311 | 113 | 131 |
| Binary | 11001110 | 11101001 | 11111000 | 10001 | 110 | 0 | 11 | 11001001 | 1001011 | 1011001 |
Color Harmonies of #CEE9F8
Complementary color
Monochromatic Colors of #CEE9F8
Black with #CEE9F8
Text Example
Text Example
White with #CEE9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE9F8; }
p { color: rgb(206,233,248); }
H1.HeaderClassName
{
color: #CEE9F8;
}
.AnyTagClassName
{
color: #CEE9F8;
}
</style>
background-color css
<style>
a { background-color: #CEE9F8; }
a { background-color: rgb(206,233,248); }
div.DivClassName
{
background-color: #CEE9F8;
}
.BgClassName
{
background-color: #CEE9F8;
}
</style>
border-color css
<style>
span { border-color: #CEE9F8; }
span { border-color: rgb(206,233,248); }
td.TdClassName
{
border-color: #CEE9F8;
}
.TagClassName
{
border-color: #CEE9F8;
}
</style>