Shades of Pattens Blue #C2E4FE
Tints of Pattens Blue #C2E4FE
RGB
CMYK
RGB Variations
Color information
#C2E4FE (or 0xC2E4FE) is known color: Pattens Blue. HEX triplet: C2, E4 and FE. RGB value is (194,228,254). Sum of RGB (Red+Green+Blue) = 194+228+254=676 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.70% from 676); Green value is 228 (89.45% from 255 or 33.73% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2E4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2E4FE is #3D1B01. Grayscale: #DCDCDC. Windows color (decimal): -4004610 or 16704706. OLE color: 16704706.
HSL color Cylindrical-coordinate representation of color #C2E4FE: hue angle of 206º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2E4FE is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 228 | 254 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.00 |
| HSL | 206º | 0.97% | 0.88% | - |
| HSV(B) | 206º | 0.24% | 1% | - |
| XYZ | 67.88 | 74.11 | 104.49 | - |
| YUV | 220.8 | 146.74 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 228 | 254 | 0.24 | 0.10 | 0 | 0.00 | 206 | 0.97 | 0.88 |
| Hex | C2 | E4 | FE | 18 | A | 0 | 0 | CE | 61 | 58 |
| Octal | 302 | 344 | 376 | 30 | 12 | 0 | 0 | 316 | 141 | 130 |
| Binary | 11000010 | 11100100 | 11111110 | 11000 | 1010 | 0 | 0 | 11001110 | 1100001 | 1011000 |
Color Harmonies of #C2E4FE
Complementary color
Monochromatic Colors of #C2E4FE
Black with #C2E4FE
Text Example
Text Example
White with #C2E4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E4FE; }
p { color: rgb(194,228,254); }
H1.HeaderClassName
{
color: #C2E4FE;
}
.AnyTagClassName
{
color: #C2E4FE;
}
</style>
background-color css
<style>
a { background-color: #C2E4FE; }
a { background-color: rgb(194,228,254); }
div.DivClassName
{
background-color: #C2E4FE;
}
.BgClassName
{
background-color: #C2E4FE;
}
</style>
border-color css
<style>
span { border-color: #C2E4FE; }
span { border-color: rgb(194,228,254); }
td.TdClassName
{
border-color: #C2E4FE;
}
.TagClassName
{
border-color: #C2E4FE;
}
</style>