Shades of Pattens Blue #CEE5FD
Tints of Pattens Blue #CEE5FD
RGB
CMYK
RGB Variations
Color information
#CEE5FD (or 0xCEE5FD) is known color: Pattens Blue. HEX triplet: CE, E5 and FD. RGB value is (206,229,253). Sum of RGB (Red+Green+Blue) = 206+229+253=688 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.94% from 688); Green value is 229 (89.84% from 255 or 33.28% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEE5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE5FD is #311A02. Grayscale: #E0E0E0. Windows color (decimal): -3217923 or 16639438. OLE color: 16639438.
HSL color Cylindrical-coordinate representation of color #CEE5FD: hue angle of 210.64º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEE5FD is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 229 | 253 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.01 |
| HSL | 210.64º | 0.92% | 0.9% | - |
| HSV(B) | 210.64º | 0.19% | 0.99% | - |
| XYZ | 71.2 | 76.25 | 103.89 | - |
| YUV | 224.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 253 | 0.19 | 0.09 | 0 | 0.01 | 210.64 | 0.92 | 0.9 |
| Hex | CE | E5 | FD | 13 | 9 | 0 | 1 | D3 | 5C | 5A |
| Octal | 316 | 345 | 375 | 23 | 11 | 0 | 1 | 323 | 134 | 132 |
| Binary | 11001110 | 11100101 | 11111101 | 10011 | 1001 | 0 | 1 | 11010011 | 1011100 | 1011010 |
Color Harmonies of #CEE5FD
Complementary color
Monochromatic Colors of #CEE5FD
Black with #CEE5FD
Text Example
Text Example
White with #CEE5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE5FD; }
p { color: rgb(206,229,253); }
H1.HeaderClassName
{
color: #CEE5FD;
}
.AnyTagClassName
{
color: #CEE5FD;
}
</style>
background-color css
<style>
a { background-color: #CEE5FD; }
a { background-color: rgb(206,229,253); }
div.DivClassName
{
background-color: #CEE5FD;
}
.BgClassName
{
background-color: #CEE5FD;
}
</style>
border-color css
<style>
span { border-color: #CEE5FD; }
span { border-color: rgb(206,229,253); }
td.TdClassName
{
border-color: #CEE5FD;
}
.TagClassName
{
border-color: #CEE5FD;
}
</style>