Shades of Pattens Blue #CEE9F5
Tints of Pattens Blue #CEE9F5
RGB
CMYK
RGB Variations
Color information
#CEE9F5 (or 0xCEE9F5) is known color: Pattens Blue. HEX triplet: CE, E9 and F5. RGB value is (206,233,245). Sum of RGB (Red+Green+Blue) = 206+233+245=684 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.12% from 684); Green value is 233 (91.41% from 255 or 34.06% from 684); Blue value is 245 (96.09% from 255 or 35.82% from 684); Max value from RGB is 245 - color contains mainly: blue. Hex color #CEE9F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE9F5 is #31160A. Grayscale: #E2E2E2. Windows color (decimal): -3216907 or 16116174. OLE color: 16116174.
HSL color Cylindrical-coordinate representation of color #CEE9F5: hue angle of 198.46º degrees, saturation: 0.66, 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 #CEE9F5 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 233 | 245 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.04 |
| HSL | 198.46º | 0.66% | 0.88% | - |
| HSV(B) | 198.46º | 0.16% | 0.96% | - |
| XYZ | 71.07 | 77.99 | 97.69 | - |
| YUV | 226.3 | 138.55 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 245 | 0.16 | 0.05 | 0 | 0.04 | 198.46 | 0.66 | 0.88 |
| Hex | CE | E9 | F5 | 10 | 5 | 0 | 4 | C6 | 42 | 58 |
| Octal | 316 | 351 | 365 | 20 | 5 | 0 | 4 | 306 | 102 | 130 |
| Binary | 11001110 | 11101001 | 11110101 | 10000 | 101 | 0 | 100 | 11000110 | 1000010 | 1011000 |
Color Harmonies of #CEE9F5
Complementary color
Monochromatic Colors of #CEE9F5
Black with #CEE9F5
Text Example
Text Example
White with #CEE9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE9F5; }
p { color: rgb(206,233,245); }
H1.HeaderClassName
{
color: #CEE9F5;
}
.AnyTagClassName
{
color: #CEE9F5;
}
</style>
background-color css
<style>
a { background-color: #CEE9F5; }
a { background-color: rgb(206,233,245); }
div.DivClassName
{
background-color: #CEE9F5;
}
.BgClassName
{
background-color: #CEE9F5;
}
</style>
border-color css
<style>
span { border-color: #CEE9F5; }
span { border-color: rgb(206,233,245); }
td.TdClassName
{
border-color: #CEE9F5;
}
.TagClassName
{
border-color: #CEE9F5;
}
</style>