Shades of Pattens Blue #CEE5EF
Tints of Pattens Blue #CEE5EF
RGB
CMYK
RGB Variations
Color information
#CEE5EF (or 0xCEE5EF) is known color: Pattens Blue. HEX triplet: CE, E5 and EF. RGB value is (206,229,239). Sum of RGB (Red+Green+Blue) = 206+229+239=674 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.56% from 674); Green value is 229 (89.84% from 255 or 33.98% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEE5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE5EF is #311A10. Grayscale: #DFDFDF. Windows color (decimal): -3217937 or 15721934. OLE color: 15721934.
HSL color Cylindrical-coordinate representation of color #CEE5EF: hue angle of 198.18º 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 #CEE5EF is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 229 | 239 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.06 |
| HSL | 198.18º | 0.51% | 0.87% | - |
| HSV(B) | 198.18º | 0.14% | 0.94% | - |
| XYZ | 69.05 | 75.39 | 92.57 | - |
| YUV | 223.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 239 | 0.14 | 0.04 | 0 | 0.06 | 198.18 | 0.51 | 0.87 |
| Hex | CE | E5 | EF | E | 4 | 0 | 6 | C6 | 33 | 57 |
| Octal | 316 | 345 | 357 | 16 | 4 | 0 | 6 | 306 | 63 | 127 |
| Binary | 11001110 | 11100101 | 11101111 | 1110 | 100 | 0 | 110 | 11000110 | 110011 | 1010111 |
Color Harmonies of #CEE5EF
Complementary color
Monochromatic Colors of #CEE5EF
Black with #CEE5EF
Text Example
Text Example
White with #CEE5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE5EF; }
p { color: rgb(206,229,239); }
H1.HeaderClassName
{
color: #CEE5EF;
}
.AnyTagClassName
{
color: #CEE5EF;
}
</style>
background-color css
<style>
a { background-color: #CEE5EF; }
a { background-color: rgb(206,229,239); }
div.DivClassName
{
background-color: #CEE5EF;
}
.BgClassName
{
background-color: #CEE5EF;
}
</style>
border-color css
<style>
span { border-color: #CEE5EF; }
span { border-color: rgb(206,229,239); }
td.TdClassName
{
border-color: #CEE5EF;
}
.TagClassName
{
border-color: #CEE5EF;
}
</style>