Shades of Pattens Blue #CEE6F1
Tints of Pattens Blue #CEE6F1
RGB
CMYK
RGB Variations
Color information
#CEE6F1 (or 0xCEE6F1) is known color: Pattens Blue. HEX triplet: CE, E6 and F1. RGB value is (206,230,241). Sum of RGB (Red+Green+Blue) = 206+230+241=677 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.43% from 677); Green value is 230 (90.23% from 255 or 33.97% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEE6F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE6F1 is #31190E. Grayscale: #E0E0E0. Windows color (decimal): -3217679 or 15853262. OLE color: 15853262.
HSL color Cylindrical-coordinate representation of color #CEE6F1: hue angle of 198.86º degrees, saturation: 0.56, 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 #CEE6F1 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 230 | 241 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.05 |
| HSL | 198.86º | 0.56% | 0.88% | - |
| HSV(B) | 198.86º | 0.15% | 0.95% | - |
| XYZ | 69.63 | 76.07 | 94.23 | - |
| YUV | 224.08 | 137.55 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 241 | 0.15 | 0.05 | 0 | 0.05 | 198.86 | 0.56 | 0.88 |
| Hex | CE | E6 | F1 | F | 5 | 0 | 5 | C7 | 38 | 58 |
| Octal | 316 | 346 | 361 | 17 | 5 | 0 | 5 | 307 | 70 | 130 |
| Binary | 11001110 | 11100110 | 11110001 | 1111 | 101 | 0 | 101 | 11000111 | 111000 | 1011000 |
Color Harmonies of #CEE6F1
Complementary color
Monochromatic Colors of #CEE6F1
Black with #CEE6F1
Text Example
Text Example
White with #CEE6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE6F1; }
p { color: rgb(206,230,241); }
H1.HeaderClassName
{
color: #CEE6F1;
}
.AnyTagClassName
{
color: #CEE6F1;
}
</style>
background-color css
<style>
a { background-color: #CEE6F1; }
a { background-color: rgb(206,230,241); }
div.DivClassName
{
background-color: #CEE6F1;
}
.BgClassName
{
background-color: #CEE6F1;
}
</style>
border-color css
<style>
span { border-color: #CEE6F1; }
span { border-color: rgb(206,230,241); }
td.TdClassName
{
border-color: #CEE6F1;
}
.TagClassName
{
border-color: #CEE6F1;
}
</style>