Shades of Pattens Blue #CEEEFE
Tints of Pattens Blue #CEEEFE
RGB
CMYK
RGB Variations
Color information
#CEEEFE (or 0xCEEEFE) is known color: Pattens Blue. HEX triplet: CE, EE and FE. RGB value is (206,238,254). Sum of RGB (Red+Green+Blue) = 206+238+254=698 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.51% from 698); Green value is 238 (93.36% from 255 or 34.10% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEEEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEEFE is #311101. Grayscale: #E6E6E6. Windows color (decimal): -3215618 or 16707278. OLE color: 16707278.
HSL color Cylindrical-coordinate representation of color #CEEEFE: hue angle of 200º 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 #CEEEFE is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 238 | 254 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.00 |
| HSL | 200º | 0.96% | 0.9% | - |
| HSV(B) | 200º | 0.19% | 1% | - |
| XYZ | 73.92 | 81.43 | 105.59 | - |
| YUV | 230.26 | 141.4 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 254 | 0.19 | 0.06 | 0 | 0.00 | 200 | 0.96 | 0.9 |
| Hex | CE | EE | FE | 13 | 6 | 0 | 0 | C8 | 60 | 5A |
| Octal | 316 | 356 | 376 | 23 | 6 | 0 | 0 | 310 | 140 | 132 |
| Binary | 11001110 | 11101110 | 11111110 | 10011 | 110 | 0 | 0 | 11001000 | 1100000 | 1011010 |
Color Harmonies of #CEEEFE
Complementary color
Monochromatic Colors of #CEEEFE
Black with #CEEEFE
Text Example
Text Example
White with #CEEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEEFE; }
p { color: rgb(206,238,254); }
H1.HeaderClassName
{
color: #CEEEFE;
}
.AnyTagClassName
{
color: #CEEEFE;
}
</style>
background-color css
<style>
a { background-color: #CEEEFE; }
a { background-color: rgb(206,238,254); }
div.DivClassName
{
background-color: #CEEEFE;
}
.BgClassName
{
background-color: #CEEEFE;
}
</style>
border-color css
<style>
span { border-color: #CEEEFE; }
span { border-color: rgb(206,238,254); }
td.TdClassName
{
border-color: #CEEEFE;
}
.TagClassName
{
border-color: #CEEEFE;
}
</style>