Shades of Pattens Blue #C1E1FE
Tints of Pattens Blue #C1E1FE
RGB
CMYK
RGB Variations
Color information
#C1E1FE (or 0xC1E1FE) is known color: Pattens Blue. HEX triplet: C1, E1 and FE. RGB value is (193,225,254). Sum of RGB (Red+Green+Blue) = 193+225+254=672 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.72% from 672); Green value is 225 (88.28% from 255 or 33.48% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1E1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1E1FE is #3E1E01. Grayscale: #DADADA. Windows color (decimal): -4070914 or 16703937. OLE color: 16703937.
HSL color Cylindrical-coordinate representation of color #C1E1FE: hue angle of 208.52º 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 #C1E1FE is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 225 | 254 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.00 |
| HSL | 208.52º | 0.97% | 0.88% | - |
| HSV(B) | 208.52º | 0.24% | 1% | - |
| XYZ | 66.81 | 72.34 | 104.21 | - |
| YUV | 218.74 | 147.9 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 225 | 254 | 0.24 | 0.11 | 0 | 0.00 | 208.52 | 0.97 | 0.88 |
| Hex | C1 | E1 | FE | 18 | B | 0 | 0 | D1 | 61 | 58 |
| Octal | 301 | 341 | 376 | 30 | 13 | 0 | 0 | 321 | 141 | 130 |
| Binary | 11000001 | 11100001 | 11111110 | 11000 | 1011 | 0 | 0 | 11010001 | 1100001 | 1011000 |
Color Harmonies of #C1E1FE
Complementary color
Monochromatic Colors of #C1E1FE
Black with #C1E1FE
Text Example
Text Example
White with #C1E1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E1FE; }
p { color: rgb(193,225,254); }
H1.HeaderClassName
{
color: #C1E1FE;
}
.AnyTagClassName
{
color: #C1E1FE;
}
</style>
background-color css
<style>
a { background-color: #C1E1FE; }
a { background-color: rgb(193,225,254); }
div.DivClassName
{
background-color: #C1E1FE;
}
.BgClassName
{
background-color: #C1E1FE;
}
</style>
border-color css
<style>
span { border-color: #C1E1FE; }
span { border-color: rgb(193,225,254); }
td.TdClassName
{
border-color: #C1E1FE;
}
.TagClassName
{
border-color: #C1E1FE;
}
</style>