Shades of Pattens Blue #C8ECFE
Tints of Pattens Blue #C8ECFE
RGB
CMYK
RGB Variations
Color information
#C8ECFE (or 0xC8ECFE) is known color: Pattens Blue. HEX triplet: C8, EC and FE. RGB value is (200,236,254). Sum of RGB (Red+Green+Blue) = 200+236+254=690 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.99% from 690); Green value is 236 (92.58% from 255 or 34.20% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8ECFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8ECFE is #371301. Grayscale: #E3E3E3. Windows color (decimal): -3609346 or 16706760. OLE color: 16706760.
HSL color Cylindrical-coordinate representation of color #C8ECFE: hue angle of 200º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8ECFE is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 236 | 254 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.00 |
| HSL | 200º | 0.96% | 0.89% | - |
| HSV(B) | 200º | 0.21% | 1% | - |
| XYZ | 71.7 | 79.43 | 105.32 | - |
| YUV | 227.29 | 143.07 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 236 | 254 | 0.21 | 0.07 | 0 | 0.00 | 200 | 0.96 | 0.89 |
| Hex | C8 | EC | FE | 15 | 7 | 0 | 0 | C8 | 60 | 59 |
| Octal | 310 | 354 | 376 | 25 | 7 | 0 | 0 | 310 | 140 | 131 |
| Binary | 11001000 | 11101100 | 11111110 | 10101 | 111 | 0 | 0 | 11001000 | 1100000 | 1011001 |
Color Harmonies of #C8ECFE
Complementary color
Monochromatic Colors of #C8ECFE
Black with #C8ECFE
Text Example
Text Example
White with #C8ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ECFE; }
p { color: rgb(200,236,254); }
H1.HeaderClassName
{
color: #C8ECFE;
}
.AnyTagClassName
{
color: #C8ECFE;
}
</style>
background-color css
<style>
a { background-color: #C8ECFE; }
a { background-color: rgb(200,236,254); }
div.DivClassName
{
background-color: #C8ECFE;
}
.BgClassName
{
background-color: #C8ECFE;
}
</style>
border-color css
<style>
span { border-color: #C8ECFE; }
span { border-color: rgb(200,236,254); }
td.TdClassName
{
border-color: #C8ECFE;
}
.TagClassName
{
border-color: #C8ECFE;
}
</style>