Shades of Pattens Blue #C2E1FE
Tints of Pattens Blue #C2E1FE
RGB
CMYK
RGB Variations
Color information
#C2E1FE (or 0xC2E1FE) is known color: Pattens Blue. HEX triplet: C2, E1 and FE. RGB value is (194,225,254). Sum of RGB (Red+Green+Blue) = 194+225+254=673 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.83% from 673); Green value is 225 (88.28% from 255 or 33.43% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2E1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2E1FE is #3D1E01. Grayscale: #DADADA. Windows color (decimal): -4005378 or 16703938. OLE color: 16703938.
HSL color Cylindrical-coordinate representation of color #C2E1FE: hue angle of 209º 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 #C2E1FE is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 225 | 254 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.00 |
| HSL | 209º | 0.97% | 0.88% | - |
| HSV(B) | 209º | 0.24% | 1% | - |
| XYZ | 67.06 | 72.48 | 104.22 | - |
| YUV | 219.04 | 147.73 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 225 | 254 | 0.24 | 0.11 | 0 | 0.00 | 209 | 0.97 | 0.88 |
| Hex | C2 | E1 | FE | 18 | B | 0 | 0 | D1 | 61 | 58 |
| Octal | 302 | 341 | 376 | 30 | 13 | 0 | 0 | 321 | 141 | 130 |
| Binary | 11000010 | 11100001 | 11111110 | 11000 | 1011 | 0 | 0 | 11010001 | 1100001 | 1011000 |
Color Harmonies of #C2E1FE
Complementary color
Monochromatic Colors of #C2E1FE
Black with #C2E1FE
Text Example
Text Example
White with #C2E1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E1FE; }
p { color: rgb(194,225,254); }
H1.HeaderClassName
{
color: #C2E1FE;
}
.AnyTagClassName
{
color: #C2E1FE;
}
</style>
background-color css
<style>
a { background-color: #C2E1FE; }
a { background-color: rgb(194,225,254); }
div.DivClassName
{
background-color: #C2E1FE;
}
.BgClassName
{
background-color: #C2E1FE;
}
</style>
border-color css
<style>
span { border-color: #C2E1FE; }
span { border-color: rgb(194,225,254); }
td.TdClassName
{
border-color: #C2E1FE;
}
.TagClassName
{
border-color: #C2E1FE;
}
</style>