Shades of Pattens Blue #CEEFFE
Tints of Pattens Blue #CEEFFE
RGB
CMYK
RGB Variations
Color information
#CEEFFE (or 0xCEEFFE) is known color: Pattens Blue. HEX triplet: CE, EF and FE. RGB value is (206,239,254). Sum of RGB (Red+Green+Blue) = 206+239+254=699 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.47% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEEFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEFFE is #311001. Grayscale: #E6E6E6. Windows color (decimal): -3215362 or 16707534. OLE color: 16707534.
HSL color Cylindrical-coordinate representation of color #CEEFFE: hue angle of 198.75º 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 #CEEFFE is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 239 | 254 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.00 |
| HSL | 198.75º | 0.96% | 0.9% | - |
| HSV(B) | 198.75º | 0.19% | 1% | - |
| XYZ | 74.21 | 82.01 | 105.68 | - |
| YUV | 230.84 | 141.07 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 239 | 254 | 0.19 | 0.06 | 0 | 0.00 | 198.75 | 0.96 | 0.9 |
| Hex | CE | EF | FE | 13 | 6 | 0 | 0 | C7 | 60 | 5A |
| Octal | 316 | 357 | 376 | 23 | 6 | 0 | 0 | 307 | 140 | 132 |
| Binary | 11001110 | 11101111 | 11111110 | 10011 | 110 | 0 | 0 | 11000111 | 1100000 | 1011010 |
Color Harmonies of #CEEFFE
Complementary color
Monochromatic Colors of #CEEFFE
Black with #CEEFFE
Text Example
Text Example
White with #CEEFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEFFE; }
p { color: rgb(206,239,254); }
H1.HeaderClassName
{
color: #CEEFFE;
}
.AnyTagClassName
{
color: #CEEFFE;
}
</style>
background-color css
<style>
a { background-color: #CEEFFE; }
a { background-color: rgb(206,239,254); }
div.DivClassName
{
background-color: #CEEFFE;
}
.BgClassName
{
background-color: #CEEFFE;
}
</style>
border-color css
<style>
span { border-color: #CEEFFE; }
span { border-color: rgb(206,239,254); }
td.TdClassName
{
border-color: #CEEFFE;
}
.TagClassName
{
border-color: #CEEFFE;
}
</style>