Shades of Pattens Blue #C1E7FC
Tints of Pattens Blue #C1E7FC
RGB
CMYK
RGB Variations
Color information
#C1E7FC (or 0xC1E7FC) is known color: Pattens Blue. HEX triplet: C1, E7 and FC. RGB value is (193,231,252). Sum of RGB (Red+Green+Blue) = 193+231+252=676 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.55% from 676); Green value is 231 (90.62% from 255 or 34.17% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1E7FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1E7FC is #3E1803. Grayscale: #DDDDDD. Windows color (decimal): -4069380 or 16574401. OLE color: 16574401.
HSL color Cylindrical-coordinate representation of color #C1E7FC: hue angle of 201.36º 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 #C1E7FC is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 231 | 252 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.01 |
| HSL | 201.36º | 0.91% | 0.87% | - |
| HSV(B) | 201.36º | 0.23% | 0.99% | - |
| XYZ | 68.14 | 75.52 | 103.08 | - |
| YUV | 222.03 | 144.91 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 231 | 252 | 0.23 | 0.08 | 0 | 0.01 | 201.36 | 0.91 | 0.87 |
| Hex | C1 | E7 | FC | 17 | 8 | 0 | 1 | C9 | 5B | 57 |
| Octal | 301 | 347 | 374 | 27 | 10 | 0 | 1 | 311 | 133 | 127 |
| Binary | 11000001 | 11100111 | 11111100 | 10111 | 1000 | 0 | 1 | 11001001 | 1011011 | 1010111 |
Color Harmonies of #C1E7FC
Complementary color
Monochromatic Colors of #C1E7FC
Black with #C1E7FC
Text Example
Text Example
White with #C1E7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E7FC; }
p { color: rgb(193,231,252); }
H1.HeaderClassName
{
color: #C1E7FC;
}
.AnyTagClassName
{
color: #C1E7FC;
}
</style>
background-color css
<style>
a { background-color: #C1E7FC; }
a { background-color: rgb(193,231,252); }
div.DivClassName
{
background-color: #C1E7FC;
}
.BgClassName
{
background-color: #C1E7FC;
}
</style>
border-color css
<style>
span { border-color: #C1E7FC; }
span { border-color: rgb(193,231,252); }
td.TdClassName
{
border-color: #C1E7FC;
}
.TagClassName
{
border-color: #C1E7FC;
}
</style>