Shades of Pattens Blue #C2E0FC
Tints of Pattens Blue #C2E0FC
RGB
CMYK
RGB Variations
Color information
#C2E0FC (or 0xC2E0FC) is known color: Pattens Blue. HEX triplet: C2, E0 and FC. RGB value is (194,224,252). Sum of RGB (Red+Green+Blue) = 194+224+252=670 (88% of max value = 765). Red value is 194 (76.17% from 255 or 28.96% from 670); Green value is 224 (87.89% from 255 or 33.43% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2E0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2E0FC is #3D1F03. Grayscale: #DADADA. Windows color (decimal): -4005636 or 16572610. OLE color: 16572610.
HSL color Cylindrical-coordinate representation of color #C2E0FC: hue angle of 208.97º 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 #C2E0FC is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 224 | 252 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.01 |
| HSL | 208.97º | 0.91% | 0.87% | - |
| HSV(B) | 208.97º | 0.23% | 0.99% | - |
| XYZ | 66.47 | 71.81 | 102.45 | - |
| YUV | 218.22 | 147.06 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 252 | 0.23 | 0.11 | 0 | 0.01 | 208.97 | 0.91 | 0.87 |
| Hex | C2 | E0 | FC | 17 | B | 0 | 1 | D1 | 5B | 57 |
| Octal | 302 | 340 | 374 | 27 | 13 | 0 | 1 | 321 | 133 | 127 |
| Binary | 11000010 | 11100000 | 11111100 | 10111 | 1011 | 0 | 1 | 11010001 | 1011011 | 1010111 |
Color Harmonies of #C2E0FC
Complementary color
Monochromatic Colors of #C2E0FC
Black with #C2E0FC
Text Example
Text Example
White with #C2E0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E0FC; }
p { color: rgb(194,224,252); }
H1.HeaderClassName
{
color: #C2E0FC;
}
.AnyTagClassName
{
color: #C2E0FC;
}
</style>
background-color css
<style>
a { background-color: #C2E0FC; }
a { background-color: rgb(194,224,252); }
div.DivClassName
{
background-color: #C2E0FC;
}
.BgClassName
{
background-color: #C2E0FC;
}
</style>
border-color css
<style>
span { border-color: #C2E0FC; }
span { border-color: rgb(194,224,252); }
td.TdClassName
{
border-color: #C2E0FC;
}
.TagClassName
{
border-color: #C2E0FC;
}
</style>