Shades of Pattens Blue #CEE7F1
Tints of Pattens Blue #CEE7F1
RGB
CMYK
RGB Variations
Color information
#CEE7F1 (or 0xCEE7F1) is known color: Pattens Blue. HEX triplet: CE, E7 and F1. RGB value is (206,231,241). Sum of RGB (Red+Green+Blue) = 206+231+241=678 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.38% from 678); Green value is 231 (90.62% from 255 or 34.07% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEE7F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE7F1 is #31180E. Grayscale: #E0E0E0. Windows color (decimal): -3217423 or 15853518. OLE color: 15853518.
HSL color Cylindrical-coordinate representation of color #CEE7F1: hue angle of 197.14º 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 #CEE7F1 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 231 | 241 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.05 |
| HSL | 197.14º | 0.56% | 0.88% | - |
| HSV(B) | 197.14º | 0.15% | 0.95% | - |
| XYZ | 69.91 | 76.62 | 94.32 | - |
| YUV | 224.67 | 137.22 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 231 | 241 | 0.15 | 0.04 | 0 | 0.05 | 197.14 | 0.56 | 0.88 |
| Hex | CE | E7 | F1 | F | 4 | 0 | 5 | C5 | 38 | 58 |
| Octal | 316 | 347 | 361 | 17 | 4 | 0 | 5 | 305 | 70 | 130 |
| Binary | 11001110 | 11100111 | 11110001 | 1111 | 100 | 0 | 101 | 11000101 | 111000 | 1011000 |
Color Harmonies of #CEE7F1
Complementary color
Monochromatic Colors of #CEE7F1
Black with #CEE7F1
Text Example
Text Example
White with #CEE7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE7F1; }
p { color: rgb(206,231,241); }
H1.HeaderClassName
{
color: #CEE7F1;
}
.AnyTagClassName
{
color: #CEE7F1;
}
</style>
background-color css
<style>
a { background-color: #CEE7F1; }
a { background-color: rgb(206,231,241); }
div.DivClassName
{
background-color: #CEE7F1;
}
.BgClassName
{
background-color: #CEE7F1;
}
</style>
border-color css
<style>
span { border-color: #CEE7F1; }
span { border-color: rgb(206,231,241); }
td.TdClassName
{
border-color: #CEE7F1;
}
.TagClassName
{
border-color: #CEE7F1;
}
</style>