Shades of Pattens Blue #C1E4FC
Tints of Pattens Blue #C1E4FC
RGB
CMYK
RGB Variations
Color information
#C1E4FC (or 0xC1E4FC) is known color: Pattens Blue. HEX triplet: C1, E4 and FC. RGB value is (193,228,252). Sum of RGB (Red+Green+Blue) = 193+228+252=673 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.68% from 673); Green value is 228 (89.45% from 255 or 33.88% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1E4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1E4FC is #3E1B03. Grayscale: #DCDCDC. Windows color (decimal): -4070148 or 16573633. OLE color: 16573633.
HSL color Cylindrical-coordinate representation of color #C1E4FC: hue angle of 204.41º 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 #C1E4FC is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 228 | 252 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.01 |
| HSL | 204.41º | 0.91% | 0.87% | - |
| HSV(B) | 204.41º | 0.23% | 0.99% | - |
| XYZ | 67.31 | 73.85 | 102.8 | - |
| YUV | 220.27 | 145.9 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 228 | 252 | 0.23 | 0.10 | 0 | 0.01 | 204.41 | 0.91 | 0.87 |
| Hex | C1 | E4 | FC | 17 | A | 0 | 1 | CC | 5B | 57 |
| Octal | 301 | 344 | 374 | 27 | 12 | 0 | 1 | 314 | 133 | 127 |
| Binary | 11000001 | 11100100 | 11111100 | 10111 | 1010 | 0 | 1 | 11001100 | 1011011 | 1010111 |
Color Harmonies of #C1E4FC
Complementary color
Monochromatic Colors of #C1E4FC
Black with #C1E4FC
Text Example
Text Example
White with #C1E4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E4FC; }
p { color: rgb(193,228,252); }
H1.HeaderClassName
{
color: #C1E4FC;
}
.AnyTagClassName
{
color: #C1E4FC;
}
</style>
background-color css
<style>
a { background-color: #C1E4FC; }
a { background-color: rgb(193,228,252); }
div.DivClassName
{
background-color: #C1E4FC;
}
.BgClassName
{
background-color: #C1E4FC;
}
</style>
border-color css
<style>
span { border-color: #C1E4FC; }
span { border-color: rgb(193,228,252); }
td.TdClassName
{
border-color: #C1E4FC;
}
.TagClassName
{
border-color: #C1E4FC;
}
</style>