Shades of Pattens Blue #CEE7EF
Tints of Pattens Blue #CEE7EF
RGB
CMYK
RGB Variations
Color information
#CEE7EF (or 0xCEE7EF) is known color: Pattens Blue. HEX triplet: CE, E7 and EF. RGB value is (206,231,239). Sum of RGB (Red+Green+Blue) = 206+231+239=676 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.47% from 676); Green value is 231 (90.62% from 255 or 34.17% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEE7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE7EF is #311810. Grayscale: #E0E0E0. Windows color (decimal): -3217425 or 15722446. OLE color: 15722446.
HSL color Cylindrical-coordinate representation of color #CEE7EF: hue angle of 194.55º 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 #CEE7EF is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 231 | 239 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.06 |
| HSL | 194.55º | 0.51% | 0.87% | - |
| HSV(B) | 194.55º | 0.14% | 0.94% | - |
| XYZ | 69.61 | 76.51 | 92.76 | - |
| YUV | 224.44 | 136.22 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 231 | 239 | 0.14 | 0.03 | 0 | 0.06 | 194.55 | 0.51 | 0.87 |
| Hex | CE | E7 | EF | E | 3 | 0 | 6 | C3 | 33 | 57 |
| Octal | 316 | 347 | 357 | 16 | 3 | 0 | 6 | 303 | 63 | 127 |
| Binary | 11001110 | 11100111 | 11101111 | 1110 | 11 | 0 | 110 | 11000011 | 110011 | 1010111 |
Color Harmonies of #CEE7EF
Complementary color
Monochromatic Colors of #CEE7EF
Black with #CEE7EF
Text Example
Text Example
White with #CEE7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE7EF; }
p { color: rgb(206,231,239); }
H1.HeaderClassName
{
color: #CEE7EF;
}
.AnyTagClassName
{
color: #CEE7EF;
}
</style>
background-color css
<style>
a { background-color: #CEE7EF; }
a { background-color: rgb(206,231,239); }
div.DivClassName
{
background-color: #CEE7EF;
}
.BgClassName
{
background-color: #CEE7EF;
}
</style>
border-color css
<style>
span { border-color: #CEE7EF; }
span { border-color: rgb(206,231,239); }
td.TdClassName
{
border-color: #CEE7EF;
}
.TagClassName
{
border-color: #CEE7EF;
}
</style>