Shades of Pattens Blue #CEE6F7
Tints of Pattens Blue #CEE6F7
RGB
CMYK
RGB Variations
Color information
#CEE6F7 (or 0xCEE6F7) is known color: Pattens Blue. HEX triplet: CE, E6 and F7. RGB value is (206,230,247). Sum of RGB (Red+Green+Blue) = 206+230+247=683 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.16% from 683); Green value is 230 (90.23% from 255 or 33.67% from 683); Blue value is 247 (96.88% from 255 or 36.16% from 683); Max value from RGB is 247 - color contains mainly: blue. Hex color #CEE6F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE6F7 is #311908. Grayscale: #E0E0E0. Windows color (decimal): -3217673 or 16246478. OLE color: 16246478.
HSL color Cylindrical-coordinate representation of color #CEE6F7: hue angle of 204.88º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEE6F7 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 230 | 247 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.03 |
| HSL | 204.88º | 0.72% | 0.89% | - |
| HSV(B) | 204.88º | 0.17% | 0.97% | - |
| XYZ | 70.54 | 76.43 | 99.03 | - |
| YUV | 224.76 | 140.55 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 247 | 0.17 | 0.07 | 0 | 0.03 | 204.88 | 0.72 | 0.89 |
| Hex | CE | E6 | F7 | 11 | 7 | 0 | 3 | CD | 48 | 59 |
| Octal | 316 | 346 | 367 | 21 | 7 | 0 | 3 | 315 | 110 | 131 |
| Binary | 11001110 | 11100110 | 11110111 | 10001 | 111 | 0 | 11 | 11001101 | 1001000 | 1011001 |
Color Harmonies of #CEE6F7
Complementary color
Monochromatic Colors of #CEE6F7
Black with #CEE6F7
Text Example
Text Example
White with #CEE6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE6F7; }
p { color: rgb(206,230,247); }
H1.HeaderClassName
{
color: #CEE6F7;
}
.AnyTagClassName
{
color: #CEE6F7;
}
</style>
background-color css
<style>
a { background-color: #CEE6F7; }
a { background-color: rgb(206,230,247); }
div.DivClassName
{
background-color: #CEE6F7;
}
.BgClassName
{
background-color: #CEE6F7;
}
</style>
border-color css
<style>
span { border-color: #CEE6F7; }
span { border-color: rgb(206,230,247); }
td.TdClassName
{
border-color: #CEE6F7;
}
.TagClassName
{
border-color: #CEE6F7;
}
</style>