Shades of Pattens Blue #CEE8F0
Tints of Pattens Blue #CEE8F0
RGB
CMYK
RGB Variations
Color information
#CEE8F0 (or 0xCEE8F0) is known color: Pattens Blue. HEX triplet: CE, E8 and F0. RGB value is (206,232,240). Sum of RGB (Red+Green+Blue) = 206+232+240=678 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.38% from 678); Green value is 232 (91.02% from 255 or 34.22% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 240 - color contains mainly: blue. Hex color #CEE8F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE8F0 is #31170F. Grayscale: #E1E1E1. Windows color (decimal): -3217168 or 15788238. OLE color: 15788238.
HSL color Cylindrical-coordinate representation of color #CEE8F0: hue angle of 194.12º degrees, saturation: 0.53, 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 #CEE8F0 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 232 | 240 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.06 |
| HSL | 194.12º | 0.53% | 0.87% | - |
| HSV(B) | 194.12º | 0.14% | 0.94% | - |
| XYZ | 70.04 | 77.13 | 93.63 | - |
| YUV | 225.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 240 | 0.14 | 0.03 | 0 | 0.06 | 194.12 | 0.53 | 0.87 |
| Hex | CE | E8 | F0 | E | 3 | 0 | 6 | C2 | 35 | 57 |
| Octal | 316 | 350 | 360 | 16 | 3 | 0 | 6 | 302 | 65 | 127 |
| Binary | 11001110 | 11101000 | 11110000 | 1110 | 11 | 0 | 110 | 11000010 | 110101 | 1010111 |
Color Harmonies of #CEE8F0
Complementary color
Monochromatic Colors of #CEE8F0
Black with #CEE8F0
Text Example
Text Example
White with #CEE8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE8F0; }
p { color: rgb(206,232,240); }
H1.HeaderClassName
{
color: #CEE8F0;
}
.AnyTagClassName
{
color: #CEE8F0;
}
</style>
background-color css
<style>
a { background-color: #CEE8F0; }
a { background-color: rgb(206,232,240); }
div.DivClassName
{
background-color: #CEE8F0;
}
.BgClassName
{
background-color: #CEE8F0;
}
</style>
border-color css
<style>
span { border-color: #CEE8F0; }
span { border-color: rgb(206,232,240); }
td.TdClassName
{
border-color: #CEE8F0;
}
.TagClassName
{
border-color: #CEE8F0;
}
</style>