Shades of Pattens Blue #CEE9F2
Tints of Pattens Blue #CEE9F2
RGB
CMYK
RGB Variations
Color information
#CEE9F2 (or 0xCEE9F2) is known color: Pattens Blue. HEX triplet: CE, E9 and F2. RGB value is (206,233,242). Sum of RGB (Red+Green+Blue) = 206+233+242=681 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.25% from 681); Green value is 233 (91.41% from 255 or 34.21% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEE9F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE9F2 is #31160D. Grayscale: #E1E1E1. Windows color (decimal): -3216910 or 15919566. OLE color: 15919566.
HSL color Cylindrical-coordinate representation of color #CEE9F2: hue angle of 195º 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 #CEE9F2 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 233 | 242 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.05 |
| HSL | 195º | 0.58% | 0.88% | - |
| HSV(B) | 195º | 0.15% | 0.95% | - |
| XYZ | 70.62 | 77.81 | 95.3 | - |
| YUV | 225.95 | 137.05 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 242 | 0.15 | 0.04 | 0 | 0.05 | 195 | 0.58 | 0.88 |
| Hex | CE | E9 | F2 | F | 4 | 0 | 5 | C3 | 3A | 58 |
| Octal | 316 | 351 | 362 | 17 | 4 | 0 | 5 | 303 | 72 | 130 |
| Binary | 11001110 | 11101001 | 11110010 | 1111 | 100 | 0 | 101 | 11000011 | 111010 | 1011000 |
Color Harmonies of #CEE9F2
Complementary color
Monochromatic Colors of #CEE9F2
Black with #CEE9F2
Text Example
Text Example
White with #CEE9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE9F2; }
p { color: rgb(206,233,242); }
H1.HeaderClassName
{
color: #CEE9F2;
}
.AnyTagClassName
{
color: #CEE9F2;
}
</style>
background-color css
<style>
a { background-color: #CEE9F2; }
a { background-color: rgb(206,233,242); }
div.DivClassName
{
background-color: #CEE9F2;
}
.BgClassName
{
background-color: #CEE9F2;
}
</style>
border-color css
<style>
span { border-color: #CEE9F2; }
span { border-color: rgb(206,233,242); }
td.TdClassName
{
border-color: #CEE9F2;
}
.TagClassName
{
border-color: #CEE9F2;
}
</style>