Shades of Pattens Blue #CEECFF
Tints of Pattens Blue #CEECFF
RGB
CMYK
RGB Variations
Color information
#CEECFF (or 0xCEECFF) is known color: Pattens Blue. HEX triplet: CE, EC and FF. RGB value is (206,236,255). Sum of RGB (Red+Green+Blue) = 206+236+255=697 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.56% from 697); Green value is 236 (92.58% from 255 or 33.86% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEECFF is #311300. Grayscale: #E5E5E5. Windows color (decimal): -3216129 or 16772302. OLE color: 16772302.
HSL color Cylindrical-coordinate representation of color #CEECFF: hue angle of 203.27º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEECFF is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 236 | 255 | - |
| CMYK | 0.19 | 0.07 | 0 | 0 |
| HSL | 203.27º | 1% | 0.9% | - |
| HSV(B) | 203.27º | 0.19% | 1% | - |
| XYZ | 73.5 | 80.33 | 106.24 | - |
| YUV | 229.2 | 142.56 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 255 | 0.19 | 0.07 | 0 | 0 | 203.27 | 1 | 0.9 |
| Hex | CE | EC | FF | 13 | 7 | 0 | 0 | CB | 64 | 5A |
| Octal | 316 | 354 | 377 | 23 | 7 | 0 | 0 | 313 | 144 | 132 |
| Binary | 11001110 | 11101100 | 11111111 | 10011 | 111 | 0 | 0 | 11001011 | 1100100 | 1011010 |
Color Harmonies of #CEECFF
Complementary color
Monochromatic Colors of #CEECFF
Black with #CEECFF
Text Example
Text Example
White with #CEECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEECFF; }
p { color: rgb(206,236,255); }
H1.HeaderClassName
{
color: #CEECFF;
}
.AnyTagClassName
{
color: #CEECFF;
}
</style>
background-color css
<style>
a { background-color: #CEECFF; }
a { background-color: rgb(206,236,255); }
div.DivClassName
{
background-color: #CEECFF;
}
.BgClassName
{
background-color: #CEECFF;
}
</style>
border-color css
<style>
span { border-color: #CEECFF; }
span { border-color: rgb(206,236,255); }
td.TdClassName
{
border-color: #CEECFF;
}
.TagClassName
{
border-color: #CEECFF;
}
</style>