Shades of Pattens Blue #CEE6FF
Tints of Pattens Blue #CEE6FF
RGB
CMYK
RGB Variations
Color information
#CEE6FF (or 0xCEE6FF) is known color: Pattens Blue. HEX triplet: CE, E6 and FF. RGB value is (206,230,255). Sum of RGB (Red+Green+Blue) = 206+230+255=691 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.81% from 691); Green value is 230 (90.23% from 255 or 33.29% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEE6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE6FF is #311900. Grayscale: #E1E1E1. Windows color (decimal): -3217665 or 16770766. OLE color: 16770766.
HSL color Cylindrical-coordinate representation of color #CEE6FF: hue angle of 210.61º 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 #CEE6FF is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 230 | 255 | - |
| CMYK | 0.19 | 0.10 | 0 | 0 |
| HSL | 210.61º | 1% | 0.9% | - |
| HSV(B) | 210.61º | 0.19% | 1% | - |
| XYZ | 71.8 | 76.94 | 105.67 | - |
| YUV | 225.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 255 | 0.19 | 0.10 | 0 | 0 | 210.61 | 1 | 0.9 |
| Hex | CE | E6 | FF | 13 | A | 0 | 0 | D3 | 64 | 5A |
| Octal | 316 | 346 | 377 | 23 | 12 | 0 | 0 | 323 | 144 | 132 |
| Binary | 11001110 | 11100110 | 11111111 | 10011 | 1010 | 0 | 0 | 11010011 | 1100100 | 1011010 |
Color Harmonies of #CEE6FF
Complementary color
Monochromatic Colors of #CEE6FF
Black with #CEE6FF
Text Example
Text Example
White with #CEE6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE6FF; }
p { color: rgb(206,230,255); }
H1.HeaderClassName
{
color: #CEE6FF;
}
.AnyTagClassName
{
color: #CEE6FF;
}
</style>
background-color css
<style>
a { background-color: #CEE6FF; }
a { background-color: rgb(206,230,255); }
div.DivClassName
{
background-color: #CEE6FF;
}
.BgClassName
{
background-color: #CEE6FF;
}
</style>
border-color css
<style>
span { border-color: #CEE6FF; }
span { border-color: rgb(206,230,255); }
td.TdClassName
{
border-color: #CEE6FF;
}
.TagClassName
{
border-color: #CEE6FF;
}
</style>