Shades of Pattens Blue #CEE8EF
Tints of Pattens Blue #CEE8EF
RGB
CMYK
RGB Variations
Color information
#CEE8EF (or 0xCEE8EF) is known color: Pattens Blue. HEX triplet: CE, E8 and EF. RGB value is (206,232,239). Sum of RGB (Red+Green+Blue) = 206+232+239=677 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.43% from 677); Green value is 232 (91.02% from 255 or 34.27% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEE8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE8EF is #311710. Grayscale: #E0E0E0. Windows color (decimal): -3217169 or 15722702. OLE color: 15722702.
HSL color Cylindrical-coordinate representation of color #CEE8EF: hue angle of 192.73º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEE8EF is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 232 | 239 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.06 |
| HSL | 192.73º | 0.51% | 0.87% | - |
| HSV(B) | 192.73º | 0.14% | 0.94% | - |
| XYZ | 69.89 | 77.07 | 92.85 | - |
| YUV | 225.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 239 | 0.14 | 0.03 | 0 | 0.06 | 192.73 | 0.51 | 0.87 |
| Hex | CE | E8 | EF | E | 3 | 0 | 6 | C1 | 33 | 57 |
| Octal | 316 | 350 | 357 | 16 | 3 | 0 | 6 | 301 | 63 | 127 |
| Binary | 11001110 | 11101000 | 11101111 | 1110 | 11 | 0 | 110 | 11000001 | 110011 | 1010111 |
Color Harmonies of #CEE8EF
Complementary color
Monochromatic Colors of #CEE8EF
Black with #CEE8EF
Text Example
Text Example
White with #CEE8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE8EF; }
p { color: rgb(206,232,239); }
H1.HeaderClassName
{
color: #CEE8EF;
}
.AnyTagClassName
{
color: #CEE8EF;
}
</style>
background-color css
<style>
a { background-color: #CEE8EF; }
a { background-color: rgb(206,232,239); }
div.DivClassName
{
background-color: #CEE8EF;
}
.BgClassName
{
background-color: #CEE8EF;
}
</style>
border-color css
<style>
span { border-color: #CEE8EF; }
span { border-color: rgb(206,232,239); }
td.TdClassName
{
border-color: #CEE8EF;
}
.TagClassName
{
border-color: #CEE8EF;
}
</style>