Shades of Pattens Blue #C2E6FD
Tints of Pattens Blue #C2E6FD
RGB
CMYK
RGB Variations
Color information
#C2E6FD (or 0xC2E6FD) is known color: Pattens Blue. HEX triplet: C2, E6 and FD. RGB value is (194,230,253). Sum of RGB (Red+Green+Blue) = 194+230+253=677 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.66% from 677); Green value is 230 (90.23% from 255 or 33.97% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2E6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2E6FD is #3D1902. Grayscale: #DDDDDD. Windows color (decimal): -4004099 or 16639682. OLE color: 16639682.
HSL color Cylindrical-coordinate representation of color #C2E6FD: hue angle of 203.39º 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 #C2E6FD is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 230 | 253 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.01 |
| HSL | 203.39º | 0.94% | 0.88% | - |
| HSV(B) | 203.39º | 0.23% | 0.99% | - |
| XYZ | 68.27 | 75.15 | 103.84 | - |
| YUV | 221.86 | 145.57 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 230 | 253 | 0.23 | 0.09 | 0 | 0.01 | 203.39 | 0.94 | 0.88 |
| Hex | C2 | E6 | FD | 17 | 9 | 0 | 1 | CB | 5E | 58 |
| Octal | 302 | 346 | 375 | 27 | 11 | 0 | 1 | 313 | 136 | 130 |
| Binary | 11000010 | 11100110 | 11111101 | 10111 | 1001 | 0 | 1 | 11001011 | 1011110 | 1011000 |
Color Harmonies of #C2E6FD
Complementary color
Monochromatic Colors of #C2E6FD
Black with #C2E6FD
Text Example
Text Example
White with #C2E6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E6FD; }
p { color: rgb(194,230,253); }
H1.HeaderClassName
{
color: #C2E6FD;
}
.AnyTagClassName
{
color: #C2E6FD;
}
</style>
background-color css
<style>
a { background-color: #C2E6FD; }
a { background-color: rgb(194,230,253); }
div.DivClassName
{
background-color: #C2E6FD;
}
.BgClassName
{
background-color: #C2E6FD;
}
</style>
border-color css
<style>
span { border-color: #C2E6FD; }
span { border-color: rgb(194,230,253); }
td.TdClassName
{
border-color: #C2E6FD;
}
.TagClassName
{
border-color: #C2E6FD;
}
</style>