Shades of Pattens Blue #CEE8F4
Tints of Pattens Blue #CEE8F4
RGB
CMYK
RGB Variations
Color information
#CEE8F4 (or 0xCEE8F4) is known color: Pattens Blue. HEX triplet: CE, E8 and F4. RGB value is (206,232,244). Sum of RGB (Red+Green+Blue) = 206+232+244=682 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.21% from 682); Green value is 232 (91.02% from 255 or 34.02% from 682); Blue value is 244 (95.70% from 255 or 35.78% from 682); Max value from RGB is 244 - color contains mainly: blue. Hex color #CEE8F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE8F4 is #31170B. Grayscale: #E1E1E1. Windows color (decimal): -3217164 or 16050382. OLE color: 16050382.
HSL color Cylindrical-coordinate representation of color #CEE8F4: hue angle of 198.95º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEE8F4 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 232 | 244 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.04 |
| HSL | 198.95º | 0.63% | 0.88% | - |
| HSV(B) | 198.95º | 0.16% | 0.96% | - |
| XYZ | 70.64 | 77.37 | 96.8 | - |
| YUV | 225.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 244 | 0.16 | 0.05 | 0 | 0.04 | 198.95 | 0.63 | 0.88 |
| Hex | CE | E8 | F4 | 10 | 5 | 0 | 4 | C7 | 3F | 58 |
| Octal | 316 | 350 | 364 | 20 | 5 | 0 | 4 | 307 | 77 | 130 |
| Binary | 11001110 | 11101000 | 11110100 | 10000 | 101 | 0 | 100 | 11000111 | 111111 | 1011000 |
Color Harmonies of #CEE8F4
Complementary color
Monochromatic Colors of #CEE8F4
Black with #CEE8F4
Text Example
Text Example
White with #CEE8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE8F4; }
p { color: rgb(206,232,244); }
H1.HeaderClassName
{
color: #CEE8F4;
}
.AnyTagClassName
{
color: #CEE8F4;
}
</style>
background-color css
<style>
a { background-color: #CEE8F4; }
a { background-color: rgb(206,232,244); }
div.DivClassName
{
background-color: #CEE8F4;
}
.BgClassName
{
background-color: #CEE8F4;
}
</style>
border-color css
<style>
span { border-color: #CEE8F4; }
span { border-color: rgb(206,232,244); }
td.TdClassName
{
border-color: #CEE8F4;
}
.TagClassName
{
border-color: #CEE8F4;
}
</style>