Shades of Pattens Blue #C2E2FB
Tints of Pattens Blue #C2E2FB
RGB
CMYK
RGB Variations
Color information
#C2E2FB (or 0xC2E2FB) is known color: Pattens Blue. HEX triplet: C2, E2 and FB. RGB value is (194,226,251). Sum of RGB (Red+Green+Blue) = 194+226+251=671 (88% of max value = 765). Red value is 194 (76.17% from 255 or 28.91% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2E2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2E2FB is #3D1D04. Grayscale: #DBDBDB. Windows color (decimal): -4005125 or 16507586. OLE color: 16507586.
HSL color Cylindrical-coordinate representation of color #C2E2FB: hue angle of 206.32º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2E2FB is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 226 | 251 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.02 |
| HSL | 206.32º | 0.88% | 0.87% | - |
| HSV(B) | 206.32º | 0.23% | 0.98% | - |
| XYZ | 66.86 | 72.83 | 101.8 | - |
| YUV | 219.28 | 145.9 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 226 | 251 | 0.23 | 0.10 | 0 | 0.02 | 206.32 | 0.88 | 0.87 |
| Hex | C2 | E2 | FB | 17 | A | 0 | 2 | CE | 58 | 57 |
| Octal | 302 | 342 | 373 | 27 | 12 | 0 | 2 | 316 | 130 | 127 |
| Binary | 11000010 | 11100010 | 11111011 | 10111 | 1010 | 0 | 10 | 11001110 | 1011000 | 1010111 |
Color Harmonies of #C2E2FB
Complementary color
Monochromatic Colors of #C2E2FB
Black with #C2E2FB
Text Example
Text Example
White with #C2E2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E2FB; }
p { color: rgb(194,226,251); }
H1.HeaderClassName
{
color: #C2E2FB;
}
.AnyTagClassName
{
color: #C2E2FB;
}
</style>
background-color css
<style>
a { background-color: #C2E2FB; }
a { background-color: rgb(194,226,251); }
div.DivClassName
{
background-color: #C2E2FB;
}
.BgClassName
{
background-color: #C2E2FB;
}
</style>
border-color css
<style>
span { border-color: #C2E2FB; }
span { border-color: rgb(194,226,251); }
td.TdClassName
{
border-color: #C2E2FB;
}
.TagClassName
{
border-color: #C2E2FB;
}
</style>