Shades of Pattens Blue #CEE3F0
Tints of Pattens Blue #CEE3F0
RGB
CMYK
RGB Variations
Color information
#CEE3F0 (or 0xCEE3F0) is known color: Pattens Blue. HEX triplet: CE, E3 and F0. RGB value is (206,227,240). Sum of RGB (Red+Green+Blue) = 206+227+240=673 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.61% from 673); Green value is 227 (89.06% from 255 or 33.73% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 240 - color contains mainly: blue. Hex color #CEE3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE3F0 is #311C0F. Grayscale: #DEDEDE. Windows color (decimal): -3218448 or 15786958. OLE color: 15786958.
HSL color Cylindrical-coordinate representation of color #CEE3F0: hue angle of 202.94º 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 #CEE3F0 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 227 | 240 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.06 |
| HSL | 202.94º | 0.53% | 0.87% | - |
| HSV(B) | 202.94º | 0.14% | 0.94% | - |
| XYZ | 68.65 | 74.35 | 93.17 | - |
| YUV | 222.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 240 | 0.14 | 0.05 | 0 | 0.06 | 202.94 | 0.53 | 0.87 |
| Hex | CE | E3 | F0 | E | 5 | 0 | 6 | CB | 35 | 57 |
| Octal | 316 | 343 | 360 | 16 | 5 | 0 | 6 | 313 | 65 | 127 |
| Binary | 11001110 | 11100011 | 11110000 | 1110 | 101 | 0 | 110 | 11001011 | 110101 | 1010111 |
Color Harmonies of #CEE3F0
Complementary color
Monochromatic Colors of #CEE3F0
Black with #CEE3F0
Text Example
Text Example
White with #CEE3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE3F0; }
p { color: rgb(206,227,240); }
H1.HeaderClassName
{
color: #CEE3F0;
}
.AnyTagClassName
{
color: #CEE3F0;
}
</style>
background-color css
<style>
a { background-color: #CEE3F0; }
a { background-color: rgb(206,227,240); }
div.DivClassName
{
background-color: #CEE3F0;
}
.BgClassName
{
background-color: #CEE3F0;
}
</style>
border-color css
<style>
span { border-color: #CEE3F0; }
span { border-color: rgb(206,227,240); }
td.TdClassName
{
border-color: #CEE3F0;
}
.TagClassName
{
border-color: #CEE3F0;
}
</style>