Shades of Pattens Blue #CEE4EF
Tints of Pattens Blue #CEE4EF
RGB
CMYK
RGB Variations
Color information
#CEE4EF (or 0xCEE4EF) is known color: Pattens Blue. HEX triplet: CE, E4 and EF. RGB value is (206,228,239). Sum of RGB (Red+Green+Blue) = 206+228+239=673 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.61% from 673); Green value is 228 (89.45% from 255 or 33.88% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEE4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE4EF is #311B10. Grayscale: #DEDEDE. Windows color (decimal): -3218193 or 15721678. OLE color: 15721678.
HSL color Cylindrical-coordinate representation of color #CEE4EF: hue angle of 200º 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 #CEE4EF is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 228 | 239 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.06 |
| HSL | 200º | 0.51% | 0.87% | - |
| HSV(B) | 200º | 0.14% | 0.94% | - |
| XYZ | 68.78 | 74.84 | 92.48 | - |
| YUV | 222.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 239 | 0.14 | 0.05 | 0 | 0.06 | 200 | 0.51 | 0.87 |
| Hex | CE | E4 | EF | E | 5 | 0 | 6 | C8 | 33 | 57 |
| Octal | 316 | 344 | 357 | 16 | 5 | 0 | 6 | 310 | 63 | 127 |
| Binary | 11001110 | 11100100 | 11101111 | 1110 | 101 | 0 | 110 | 11001000 | 110011 | 1010111 |
Color Harmonies of #CEE4EF
Complementary color
Monochromatic Colors of #CEE4EF
Black with #CEE4EF
Text Example
Text Example
White with #CEE4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE4EF; }
p { color: rgb(206,228,239); }
H1.HeaderClassName
{
color: #CEE4EF;
}
.AnyTagClassName
{
color: #CEE4EF;
}
</style>
background-color css
<style>
a { background-color: #CEE4EF; }
a { background-color: rgb(206,228,239); }
div.DivClassName
{
background-color: #CEE4EF;
}
.BgClassName
{
background-color: #CEE4EF;
}
</style>
border-color css
<style>
span { border-color: #CEE4EF; }
span { border-color: rgb(206,228,239); }
td.TdClassName
{
border-color: #CEE4EF;
}
.TagClassName
{
border-color: #CEE4EF;
}
</style>