Shades of Pattens Blue #CEE5F1
Tints of Pattens Blue #CEE5F1
RGB
CMYK
RGB Variations
Color information
#CEE5F1 (or 0xCEE5F1) is known color: Pattens Blue. HEX triplet: CE, E5 and F1. RGB value is (206,229,241). Sum of RGB (Red+Green+Blue) = 206+229+241=676 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.47% from 676); Green value is 229 (89.84% from 255 or 33.88% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEE5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE5F1 is #311A0E. Grayscale: #DFDFDF. Windows color (decimal): -3217935 or 15853006. OLE color: 15853006.
HSL color Cylindrical-coordinate representation of color #CEE5F1: hue angle of 200.57º 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 #CEE5F1 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 229 | 241 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.05 |
| HSL | 200.57º | 0.56% | 0.88% | - |
| HSV(B) | 200.57º | 0.15% | 0.95% | - |
| XYZ | 69.35 | 75.51 | 94.14 | - |
| YUV | 223.49 | 137.88 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 241 | 0.15 | 0.05 | 0 | 0.05 | 200.57 | 0.56 | 0.88 |
| Hex | CE | E5 | F1 | F | 5 | 0 | 5 | C9 | 38 | 58 |
| Octal | 316 | 345 | 361 | 17 | 5 | 0 | 5 | 311 | 70 | 130 |
| Binary | 11001110 | 11100101 | 11110001 | 1111 | 101 | 0 | 101 | 11001001 | 111000 | 1011000 |
Color Harmonies of #CEE5F1
Complementary color
Monochromatic Colors of #CEE5F1
Black with #CEE5F1
Text Example
Text Example
White with #CEE5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE5F1; }
p { color: rgb(206,229,241); }
H1.HeaderClassName
{
color: #CEE5F1;
}
.AnyTagClassName
{
color: #CEE5F1;
}
</style>
background-color css
<style>
a { background-color: #CEE5F1; }
a { background-color: rgb(206,229,241); }
div.DivClassName
{
background-color: #CEE5F1;
}
.BgClassName
{
background-color: #CEE5F1;
}
</style>
border-color css
<style>
span { border-color: #CEE5F1; }
span { border-color: rgb(206,229,241); }
td.TdClassName
{
border-color: #CEE5F1;
}
.TagClassName
{
border-color: #CEE5F1;
}
</style>