Shades of Pattens Blue #C8ECF9
Tints of Pattens Blue #C8ECF9
RGB
CMYK
RGB Variations
Color information
#C8ECF9 (or 0xC8ECF9) is known color: Pattens Blue. HEX triplet: C8, EC and F9. RGB value is (200,236,249). Sum of RGB (Red+Green+Blue) = 200+236+249=685 (90% of max value = 765). Red value is 200 (78.52% from 255 or 29.20% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 249 (97.66% from 255 or 36.35% from 685); Max value from RGB is 249 - color contains mainly: blue. Hex color #C8ECF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8ECF9 is #371306. Grayscale: #E2E2E2. Windows color (decimal): -3609351 or 16379080. OLE color: 16379080.
HSL color Cylindrical-coordinate representation of color #C8ECF9: hue angle of 195.92º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8ECF9 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 236 | 249 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.02 |
| HSL | 195.92º | 0.8% | 0.88% | - |
| HSV(B) | 195.92º | 0.2% | 0.98% | - |
| XYZ | 70.91 | 79.11 | 101.15 | - |
| YUV | 226.72 | 140.57 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 236 | 249 | 0.20 | 0.05 | 0 | 0.02 | 195.92 | 0.8 | 0.88 |
| Hex | C8 | EC | F9 | 14 | 5 | 0 | 2 | C4 | 50 | 58 |
| Octal | 310 | 354 | 371 | 24 | 5 | 0 | 2 | 304 | 120 | 130 |
| Binary | 11001000 | 11101100 | 11111001 | 10100 | 101 | 0 | 10 | 11000100 | 1010000 | 1011000 |
Color Harmonies of #C8ECF9
Complementary color
Monochromatic Colors of #C8ECF9
Black with #C8ECF9
Text Example
Text Example
White with #C8ECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ECF9; }
p { color: rgb(200,236,249); }
H1.HeaderClassName
{
color: #C8ECF9;
}
.AnyTagClassName
{
color: #C8ECF9;
}
</style>
background-color css
<style>
a { background-color: #C8ECF9; }
a { background-color: rgb(200,236,249); }
div.DivClassName
{
background-color: #C8ECF9;
}
.BgClassName
{
background-color: #C8ECF9;
}
</style>
border-color css
<style>
span { border-color: #C8ECF9; }
span { border-color: rgb(200,236,249); }
td.TdClassName
{
border-color: #C8ECF9;
}
.TagClassName
{
border-color: #C8ECF9;
}
</style>