Shades of Pattens Blue #C2E1FD
Tints of Pattens Blue #C2E1FD
RGB
CMYK
RGB Variations
Color information
#C2E1FD (or 0xC2E1FD) is known color: Pattens Blue. HEX triplet: C2, E1 and FD. RGB value is (194,225,253). Sum of RGB (Red+Green+Blue) = 194+225+253=672 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.87% from 672); Green value is 225 (88.28% from 255 or 33.48% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2E1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2E1FD is #3D1E02. Grayscale: #DADADA. Windows color (decimal): -4005379 or 16638402. OLE color: 16638402.
HSL color Cylindrical-coordinate representation of color #C2E1FD: hue angle of 208.47º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2E1FD is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 225 | 253 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.01 |
| HSL | 208.47º | 0.94% | 0.88% | - |
| HSV(B) | 208.47º | 0.23% | 0.99% | - |
| XYZ | 66.9 | 72.41 | 103.38 | - |
| YUV | 218.92 | 147.23 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 225 | 253 | 0.23 | 0.11 | 0 | 0.01 | 208.47 | 0.94 | 0.88 |
| Hex | C2 | E1 | FD | 17 | B | 0 | 1 | D0 | 5E | 58 |
| Octal | 302 | 341 | 375 | 27 | 13 | 0 | 1 | 320 | 136 | 130 |
| Binary | 11000010 | 11100001 | 11111101 | 10111 | 1011 | 0 | 1 | 11010000 | 1011110 | 1011000 |
Color Harmonies of #C2E1FD
Complementary color
Monochromatic Colors of #C2E1FD
Black with #C2E1FD
Text Example
Text Example
White with #C2E1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E1FD; }
p { color: rgb(194,225,253); }
H1.HeaderClassName
{
color: #C2E1FD;
}
.AnyTagClassName
{
color: #C2E1FD;
}
</style>
background-color css
<style>
a { background-color: #C2E1FD; }
a { background-color: rgb(194,225,253); }
div.DivClassName
{
background-color: #C2E1FD;
}
.BgClassName
{
background-color: #C2E1FD;
}
</style>
border-color css
<style>
span { border-color: #C2E1FD; }
span { border-color: rgb(194,225,253); }
td.TdClassName
{
border-color: #C2E1FD;
}
.TagClassName
{
border-color: #C2E1FD;
}
</style>