Shades of Pattens Blue #CEEEFD
Tints of Pattens Blue #CEEEFD
RGB
CMYK
RGB Variations
Color information
#CEEEFD (or 0xCEEEFD) is known color: Pattens Blue. HEX triplet: CE, EE and FD. RGB value is (206,238,253). Sum of RGB (Red+Green+Blue) = 206+238+253=697 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.56% from 697); Green value is 238 (93.36% from 255 or 34.15% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEEEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEEFD is #311102. Grayscale: #E6E6E6. Windows color (decimal): -3215619 or 16641742. OLE color: 16641742.
HSL color Cylindrical-coordinate representation of color #CEEEFD: hue angle of 199.15º 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 #CEEEFD is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 238 | 253 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.01 |
| HSL | 199.15º | 0.92% | 0.9% | - |
| HSV(B) | 199.15º | 0.19% | 0.99% | - |
| XYZ | 73.76 | 81.36 | 104.75 | - |
| YUV | 230.14 | 140.9 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 253 | 0.19 | 0.06 | 0 | 0.01 | 199.15 | 0.92 | 0.9 |
| Hex | CE | EE | FD | 13 | 6 | 0 | 1 | C7 | 5C | 5A |
| Octal | 316 | 356 | 375 | 23 | 6 | 0 | 1 | 307 | 134 | 132 |
| Binary | 11001110 | 11101110 | 11111101 | 10011 | 110 | 0 | 1 | 11000111 | 1011100 | 1011010 |
Color Harmonies of #CEEEFD
Complementary color
Monochromatic Colors of #CEEEFD
Black with #CEEEFD
Text Example
Text Example
White with #CEEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEEFD; }
p { color: rgb(206,238,253); }
H1.HeaderClassName
{
color: #CEEEFD;
}
.AnyTagClassName
{
color: #CEEEFD;
}
</style>
background-color css
<style>
a { background-color: #CEEEFD; }
a { background-color: rgb(206,238,253); }
div.DivClassName
{
background-color: #CEEEFD;
}
.BgClassName
{
background-color: #CEEEFD;
}
</style>
border-color css
<style>
span { border-color: #CEEEFD; }
span { border-color: rgb(206,238,253); }
td.TdClassName
{
border-color: #CEEEFD;
}
.TagClassName
{
border-color: #CEEEFD;
}
</style>