Shades of Pattens Blue #CEE8F2
Tints of Pattens Blue #CEE8F2
RGB
CMYK
RGB Variations
Color information
#CEE8F2 (or 0xCEE8F2) is known color: Pattens Blue. HEX triplet: CE, E8 and F2. RGB value is (206,232,242). Sum of RGB (Red+Green+Blue) = 206+232+242=680 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.29% from 680); Green value is 232 (91.02% from 255 or 34.12% from 680); Blue value is 242 (94.92% from 255 or 35.59% from 680); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEE8F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE8F2 is #31170D. Grayscale: #E1E1E1. Windows color (decimal): -3217166 or 15919310. OLE color: 15919310.
HSL color Cylindrical-coordinate representation of color #CEE8F2: hue angle of 196.67º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEE8F2 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 232 | 242 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.05 |
| HSL | 196.67º | 0.58% | 0.88% | - |
| HSV(B) | 196.67º | 0.15% | 0.95% | - |
| XYZ | 70.34 | 77.25 | 95.21 | - |
| YUV | 225.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 242 | 0.15 | 0.04 | 0 | 0.05 | 196.67 | 0.58 | 0.88 |
| Hex | CE | E8 | F2 | F | 4 | 0 | 5 | C5 | 3A | 58 |
| Octal | 316 | 350 | 362 | 17 | 4 | 0 | 5 | 305 | 72 | 130 |
| Binary | 11001110 | 11101000 | 11110010 | 1111 | 100 | 0 | 101 | 11000101 | 111010 | 1011000 |
Color Harmonies of #CEE8F2
Complementary color
Monochromatic Colors of #CEE8F2
Black with #CEE8F2
Text Example
Text Example
White with #CEE8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE8F2; }
p { color: rgb(206,232,242); }
H1.HeaderClassName
{
color: #CEE8F2;
}
.AnyTagClassName
{
color: #CEE8F2;
}
</style>
background-color css
<style>
a { background-color: #CEE8F2; }
a { background-color: rgb(206,232,242); }
div.DivClassName
{
background-color: #CEE8F2;
}
.BgClassName
{
background-color: #CEE8F2;
}
</style>
border-color css
<style>
span { border-color: #CEE8F2; }
span { border-color: rgb(206,232,242); }
td.TdClassName
{
border-color: #CEE8F2;
}
.TagClassName
{
border-color: #CEE8F2;
}
</style>