Shades of Pattens Blue #C2E1FC
Tints of Pattens Blue #C2E1FC
RGB
CMYK
RGB Variations
Color information
#C2E1FC (or 0xC2E1FC) is known color: Pattens Blue. HEX triplet: C2, E1 and FC. RGB value is (194,225,252). Sum of RGB (Red+Green+Blue) = 194+225+252=671 (88% of max value = 765). Red value is 194 (76.17% from 255 or 28.91% from 671); Green value is 225 (88.28% from 255 or 33.53% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2E1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2E1FC is #3D1E03. Grayscale: #DADADA. Windows color (decimal): -4005380 or 16572866. OLE color: 16572866.
HSL color Cylindrical-coordinate representation of color #C2E1FC: hue angle of 207.93º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2E1FC is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 225 | 252 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.01 |
| HSL | 207.93º | 0.91% | 0.87% | - |
| HSV(B) | 207.93º | 0.23% | 0.99% | - |
| XYZ | 66.74 | 72.35 | 102.54 | - |
| YUV | 218.81 | 146.73 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 225 | 252 | 0.23 | 0.11 | 0 | 0.01 | 207.93 | 0.91 | 0.87 |
| Hex | C2 | E1 | FC | 17 | B | 0 | 1 | D0 | 5B | 57 |
| Octal | 302 | 341 | 374 | 27 | 13 | 0 | 1 | 320 | 133 | 127 |
| Binary | 11000010 | 11100001 | 11111100 | 10111 | 1011 | 0 | 1 | 11010000 | 1011011 | 1010111 |
Color Harmonies of #C2E1FC
Complementary color
Monochromatic Colors of #C2E1FC
Black with #C2E1FC
Text Example
Text Example
White with #C2E1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E1FC; }
p { color: rgb(194,225,252); }
H1.HeaderClassName
{
color: #C2E1FC;
}
.AnyTagClassName
{
color: #C2E1FC;
}
</style>
background-color css
<style>
a { background-color: #C2E1FC; }
a { background-color: rgb(194,225,252); }
div.DivClassName
{
background-color: #C2E1FC;
}
.BgClassName
{
background-color: #C2E1FC;
}
</style>
border-color css
<style>
span { border-color: #C2E1FC; }
span { border-color: rgb(194,225,252); }
td.TdClassName
{
border-color: #C2E1FC;
}
.TagClassName
{
border-color: #C2E1FC;
}
</style>