Shades of Pattens Blue #CEE2F2
Tints of Pattens Blue #CEE2F2
RGB
CMYK
RGB Variations
Color information
#CEE2F2 (or 0xCEE2F2) is known color: Pattens Blue. HEX triplet: CE, E2 and F2. RGB value is (206,226,242). Sum of RGB (Red+Green+Blue) = 206+226+242=674 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.56% from 674); Green value is 226 (88.67% from 255 or 33.53% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEE2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE2F2 is #311D0D. Grayscale: #DDDDDD. Windows color (decimal): -3218702 or 15917774. OLE color: 15917774.
HSL color Cylindrical-coordinate representation of color #CEE2F2: hue angle of 206.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 #CEE2F2 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 226 | 242 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.05 |
| HSL | 206.67º | 0.58% | 0.88% | - |
| HSV(B) | 206.67º | 0.15% | 0.95% | - |
| XYZ | 68.68 | 73.93 | 94.65 | - |
| YUV | 221.84 | 139.37 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 242 | 0.15 | 0.07 | 0 | 0.05 | 206.67 | 0.58 | 0.88 |
| Hex | CE | E2 | F2 | F | 7 | 0 | 5 | CF | 3A | 58 |
| Octal | 316 | 342 | 362 | 17 | 7 | 0 | 5 | 317 | 72 | 130 |
| Binary | 11001110 | 11100010 | 11110010 | 1111 | 111 | 0 | 101 | 11001111 | 111010 | 1011000 |
Color Harmonies of #CEE2F2
Complementary color
Monochromatic Colors of #CEE2F2
Black with #CEE2F2
Text Example
Text Example
White with #CEE2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE2F2; }
p { color: rgb(206,226,242); }
H1.HeaderClassName
{
color: #CEE2F2;
}
.AnyTagClassName
{
color: #CEE2F2;
}
</style>
background-color css
<style>
a { background-color: #CEE2F2; }
a { background-color: rgb(206,226,242); }
div.DivClassName
{
background-color: #CEE2F2;
}
.BgClassName
{
background-color: #CEE2F2;
}
</style>
border-color css
<style>
span { border-color: #CEE2F2; }
span { border-color: rgb(206,226,242); }
td.TdClassName
{
border-color: #CEE2F2;
}
.TagClassName
{
border-color: #CEE2F2;
}
</style>