Shades of Pattens Blue #CEE5FE
Tints of Pattens Blue #CEE5FE
RGB
CMYK
RGB Variations
Color information
#CEE5FE (or 0xCEE5FE) is known color: Pattens Blue. HEX triplet: CE, E5 and FE. RGB value is (206,229,254). Sum of RGB (Red+Green+Blue) = 206+229+254=689 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.90% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEE5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE5FE is #311A01. Grayscale: #E0E0E0. Windows color (decimal): -3217922 or 16704974. OLE color: 16704974.
HSL color Cylindrical-coordinate representation of color #CEE5FE: hue angle of 211.25º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEE5FE is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 229 | 254 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.00 |
| HSL | 211.25º | 0.96% | 0.9% | - |
| HSV(B) | 211.25º | 0.19% | 1% | - |
| XYZ | 71.36 | 76.32 | 104.74 | - |
| YUV | 224.97 | 144.38 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 254 | 0.19 | 0.10 | 0 | 0.00 | 211.25 | 0.96 | 0.9 |
| Hex | CE | E5 | FE | 13 | A | 0 | 0 | D3 | 60 | 5A |
| Octal | 316 | 345 | 376 | 23 | 12 | 0 | 0 | 323 | 140 | 132 |
| Binary | 11001110 | 11100101 | 11111110 | 10011 | 1010 | 0 | 0 | 11010011 | 1100000 | 1011010 |
Color Harmonies of #CEE5FE
Complementary color
Monochromatic Colors of #CEE5FE
Black with #CEE5FE
Text Example
Text Example
White with #CEE5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE5FE; }
p { color: rgb(206,229,254); }
H1.HeaderClassName
{
color: #CEE5FE;
}
.AnyTagClassName
{
color: #CEE5FE;
}
</style>
background-color css
<style>
a { background-color: #CEE5FE; }
a { background-color: rgb(206,229,254); }
div.DivClassName
{
background-color: #CEE5FE;
}
.BgClassName
{
background-color: #CEE5FE;
}
</style>
border-color css
<style>
span { border-color: #CEE5FE; }
span { border-color: rgb(206,229,254); }
td.TdClassName
{
border-color: #CEE5FE;
}
.TagClassName
{
border-color: #CEE5FE;
}
</style>