Shades of Pattens Blue #CEF3FD
Tints of Pattens Blue #CEF3FD
RGB
CMYK
RGB Variations
Color information
#CEF3FD (or 0xCEF3FD) is known color: Pattens Blue. HEX triplet: CE, F3 and FD. RGB value is (206,243,253). Sum of RGB (Red+Green+Blue) = 206+243+253=702 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.34% from 702); Green value is 243 (95.31% from 255 or 34.62% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEF3FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF3FD is #310C02. Grayscale: #E9E9E9. Windows color (decimal): -3214339 or 16643022. OLE color: 16643022.
HSL color Cylindrical-coordinate representation of color #CEF3FD: hue angle of 192.77º 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 #CEF3FD is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 243 | 253 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.01 |
| HSL | 192.77º | 0.92% | 0.9% | - |
| HSV(B) | 192.77º | 0.19% | 0.99% | - |
| XYZ | 75.23 | 84.31 | 105.24 | - |
| YUV | 233.08 | 139.24 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 253 | 0.19 | 0.04 | 0 | 0.01 | 192.77 | 0.92 | 0.9 |
| Hex | CE | F3 | FD | 13 | 4 | 0 | 1 | C1 | 5C | 5A |
| Octal | 316 | 363 | 375 | 23 | 4 | 0 | 1 | 301 | 134 | 132 |
| Binary | 11001110 | 11110011 | 11111101 | 10011 | 100 | 0 | 1 | 11000001 | 1011100 | 1011010 |
Color Harmonies of #CEF3FD
Complementary color
Monochromatic Colors of #CEF3FD
Black with #CEF3FD
Text Example
Text Example
White with #CEF3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF3FD; }
p { color: rgb(206,243,253); }
H1.HeaderClassName
{
color: #CEF3FD;
}
.AnyTagClassName
{
color: #CEF3FD;
}
</style>
background-color css
<style>
a { background-color: #CEF3FD; }
a { background-color: rgb(206,243,253); }
div.DivClassName
{
background-color: #CEF3FD;
}
.BgClassName
{
background-color: #CEF3FD;
}
</style>
border-color css
<style>
span { border-color: #CEF3FD; }
span { border-color: rgb(206,243,253); }
td.TdClassName
{
border-color: #CEF3FD;
}
.TagClassName
{
border-color: #CEF3FD;
}
</style>