Shades of Pattens Blue #CEE5EC
Tints of Pattens Blue #CEE5EC
RGB
CMYK
RGB Variations
Color information
#CEE5EC (or 0xCEE5EC) is known color: Pattens Blue. HEX triplet: CE, E5 and EC. RGB value is (206,229,236). Sum of RGB (Red+Green+Blue) = 206+229+236=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEE5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE5EC is #311A13. Grayscale: #DEDEDE. Windows color (decimal): -3217940 or 15525326. OLE color: 15525326.
HSL color Cylindrical-coordinate representation of color #CEE5EC: hue angle of 194º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEE5EC is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 229 | 236 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.07 |
| HSL | 194º | 0.44% | 0.87% | - |
| HSV(B) | 194º | 0.13% | 0.93% | - |
| XYZ | 68.61 | 75.22 | 90.26 | - |
| YUV | 222.92 | 135.38 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 236 | 0.13 | 0.03 | 0 | 0.07 | 194 | 0.44 | 0.87 |
| Hex | CE | E5 | EC | D | 3 | 0 | 7 | C2 | 2C | 57 |
| Octal | 316 | 345 | 354 | 15 | 3 | 0 | 7 | 302 | 54 | 127 |
| Binary | 11001110 | 11100101 | 11101100 | 1101 | 11 | 0 | 111 | 11000010 | 101100 | 1010111 |
Color Harmonies of #CEE5EC
Complementary color
Monochromatic Colors of #CEE5EC
Black with #CEE5EC
Text Example
Text Example
White with #CEE5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE5EC; }
p { color: rgb(206,229,236); }
H1.HeaderClassName
{
color: #CEE5EC;
}
.AnyTagClassName
{
color: #CEE5EC;
}
</style>
background-color css
<style>
a { background-color: #CEE5EC; }
a { background-color: rgb(206,229,236); }
div.DivClassName
{
background-color: #CEE5EC;
}
.BgClassName
{
background-color: #CEE5EC;
}
</style>
border-color css
<style>
span { border-color: #CEE5EC; }
span { border-color: rgb(206,229,236); }
td.TdClassName
{
border-color: #CEE5EC;
}
.TagClassName
{
border-color: #CEE5EC;
}
</style>