Shades of Pattens Blue #C1E5FE
Tints of Pattens Blue #C1E5FE
RGB
CMYK
RGB Variations
Color information
#C1E5FE (or 0xC1E5FE) is known color: Pattens Blue. HEX triplet: C1, E5 and FE. RGB value is (193,229,254). Sum of RGB (Red+Green+Blue) = 193+229+254=676 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.55% from 676); Green value is 229 (89.84% from 255 or 33.88% 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 #C1E5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1E5FE is #3E1A01. Grayscale: #DCDCDC. Windows color (decimal): -4069890 or 16704961. OLE color: 16704961.
HSL color Cylindrical-coordinate representation of color #C1E5FE: hue angle of 204.59º 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 #C1E5FE is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 229 | 254 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.00 |
| HSL | 204.59º | 0.97% | 0.88% | - |
| HSV(B) | 204.59º | 0.24% | 1% | - |
| XYZ | 67.9 | 74.53 | 104.57 | - |
| YUV | 221.09 | 146.57 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 229 | 254 | 0.24 | 0.10 | 0 | 0.00 | 204.59 | 0.97 | 0.88 |
| Hex | C1 | E5 | FE | 18 | A | 0 | 0 | CD | 61 | 58 |
| Octal | 301 | 345 | 376 | 30 | 12 | 0 | 0 | 315 | 141 | 130 |
| Binary | 11000001 | 11100101 | 11111110 | 11000 | 1010 | 0 | 0 | 11001101 | 1100001 | 1011000 |
Color Harmonies of #C1E5FE
Complementary color
Monochromatic Colors of #C1E5FE
Black with #C1E5FE
Text Example
Text Example
White with #C1E5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E5FE; }
p { color: rgb(193,229,254); }
H1.HeaderClassName
{
color: #C1E5FE;
}
.AnyTagClassName
{
color: #C1E5FE;
}
</style>
background-color css
<style>
a { background-color: #C1E5FE; }
a { background-color: rgb(193,229,254); }
div.DivClassName
{
background-color: #C1E5FE;
}
.BgClassName
{
background-color: #C1E5FE;
}
</style>
border-color css
<style>
span { border-color: #C1E5FE; }
span { border-color: rgb(193,229,254); }
td.TdClassName
{
border-color: #C1E5FE;
}
.TagClassName
{
border-color: #C1E5FE;
}
</style>