Shades of Pattens Blue #C2EAFD
Tints of Pattens Blue #C2EAFD
RGB
CMYK
RGB Variations
Color information
#C2EAFD (or 0xC2EAFD) is known color: Pattens Blue. HEX triplet: C2, EA and FD. RGB value is (194,234,253). Sum of RGB (Red+Green+Blue) = 194+234+253=681 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.49% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2EAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EAFD is #3D1502. Grayscale: #E0E0E0. Windows color (decimal): -4003075 or 16640706. OLE color: 16640706.
HSL color Cylindrical-coordinate representation of color #C2EAFD: hue angle of 199.32º 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 #C2EAFD is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 234 | 253 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.01 |
| HSL | 199.32º | 0.94% | 0.88% | - |
| HSV(B) | 199.32º | 0.23% | 0.99% | - |
| XYZ | 69.4 | 77.41 | 104.21 | - |
| YUV | 224.21 | 144.25 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 253 | 0.23 | 0.08 | 0 | 0.01 | 199.32 | 0.94 | 0.88 |
| Hex | C2 | EA | FD | 17 | 8 | 0 | 1 | C7 | 5E | 58 |
| Octal | 302 | 352 | 375 | 27 | 10 | 0 | 1 | 307 | 136 | 130 |
| Binary | 11000010 | 11101010 | 11111101 | 10111 | 1000 | 0 | 1 | 11000111 | 1011110 | 1011000 |
Color Harmonies of #C2EAFD
Complementary color
Monochromatic Colors of #C2EAFD
Black with #C2EAFD
Text Example
Text Example
White with #C2EAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EAFD; }
p { color: rgb(194,234,253); }
H1.HeaderClassName
{
color: #C2EAFD;
}
.AnyTagClassName
{
color: #C2EAFD;
}
</style>
background-color css
<style>
a { background-color: #C2EAFD; }
a { background-color: rgb(194,234,253); }
div.DivClassName
{
background-color: #C2EAFD;
}
.BgClassName
{
background-color: #C2EAFD;
}
</style>
border-color css
<style>
span { border-color: #C2EAFD; }
span { border-color: rgb(194,234,253); }
td.TdClassName
{
border-color: #C2EAFD;
}
.TagClassName
{
border-color: #C2EAFD;
}
</style>