Shades of Pattens Blue #CEE3EF
Tints of Pattens Blue #CEE3EF
RGB
CMYK
RGB Variations
Color information
#CEE3EF (or 0xCEE3EF) is known color: Pattens Blue. HEX triplet: CE, E3 and EF. RGB value is (206,227,239). Sum of RGB (Red+Green+Blue) = 206+227+239=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 227 (89.06% from 255 or 33.78% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEE3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE3EF is #311C10. Grayscale: #DEDEDE. Windows color (decimal): -3218449 or 15721422. OLE color: 15721422.
HSL color Cylindrical-coordinate representation of color #CEE3EF: hue angle of 201.82º degrees, saturation: 0.51, 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 #CEE3EF is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 227 | 239 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.06 |
| HSL | 201.82º | 0.51% | 0.87% | - |
| HSV(B) | 201.82º | 0.14% | 0.94% | - |
| XYZ | 68.5 | 74.29 | 92.39 | - |
| YUV | 222.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 239 | 0.14 | 0.05 | 0 | 0.06 | 201.82 | 0.51 | 0.87 |
| Hex | CE | E3 | EF | E | 5 | 0 | 6 | CA | 33 | 57 |
| Octal | 316 | 343 | 357 | 16 | 5 | 0 | 6 | 312 | 63 | 127 |
| Binary | 11001110 | 11100011 | 11101111 | 1110 | 101 | 0 | 110 | 11001010 | 110011 | 1010111 |
Color Harmonies of #CEE3EF
Complementary color
Monochromatic Colors of #CEE3EF
Black with #CEE3EF
Text Example
Text Example
White with #CEE3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE3EF; }
p { color: rgb(206,227,239); }
H1.HeaderClassName
{
color: #CEE3EF;
}
.AnyTagClassName
{
color: #CEE3EF;
}
</style>
background-color css
<style>
a { background-color: #CEE3EF; }
a { background-color: rgb(206,227,239); }
div.DivClassName
{
background-color: #CEE3EF;
}
.BgClassName
{
background-color: #CEE3EF;
}
</style>
border-color css
<style>
span { border-color: #CEE3EF; }
span { border-color: rgb(206,227,239); }
td.TdClassName
{
border-color: #CEE3EF;
}
.TagClassName
{
border-color: #CEE3EF;
}
</style>