Shades of Pattens Blue #C1E7FB
Tints of Pattens Blue #C1E7FB
RGB
CMYK
RGB Variations
Color information
#C1E7FB (or 0xC1E7FB) is known color: Pattens Blue. HEX triplet: C1, E7 and FB. RGB value is (193,231,251). Sum of RGB (Red+Green+Blue) = 193+231+251=675 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.59% from 675); Green value is 231 (90.62% from 255 or 34.22% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1E7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1E7FB is #3E1804. Grayscale: #DDDDDD. Windows color (decimal): -4069381 or 16508865. OLE color: 16508865.
HSL color Cylindrical-coordinate representation of color #C1E7FB: hue angle of 200.69º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1E7FB is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 231 | 251 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.02 |
| HSL | 200.69º | 0.88% | 0.87% | - |
| HSV(B) | 200.69º | 0.23% | 0.98% | - |
| XYZ | 67.98 | 75.45 | 102.25 | - |
| YUV | 221.92 | 144.41 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 231 | 251 | 0.23 | 0.08 | 0 | 0.02 | 200.69 | 0.88 | 0.87 |
| Hex | C1 | E7 | FB | 17 | 8 | 0 | 2 | C9 | 58 | 57 |
| Octal | 301 | 347 | 373 | 27 | 10 | 0 | 2 | 311 | 130 | 127 |
| Binary | 11000001 | 11100111 | 11111011 | 10111 | 1000 | 0 | 10 | 11001001 | 1011000 | 1010111 |
Color Harmonies of #C1E7FB
Complementary color
Monochromatic Colors of #C1E7FB
Black with #C1E7FB
Text Example
Text Example
White with #C1E7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E7FB; }
p { color: rgb(193,231,251); }
H1.HeaderClassName
{
color: #C1E7FB;
}
.AnyTagClassName
{
color: #C1E7FB;
}
</style>
background-color css
<style>
a { background-color: #C1E7FB; }
a { background-color: rgb(193,231,251); }
div.DivClassName
{
background-color: #C1E7FB;
}
.BgClassName
{
background-color: #C1E7FB;
}
</style>
border-color css
<style>
span { border-color: #C1E7FB; }
span { border-color: rgb(193,231,251); }
td.TdClassName
{
border-color: #C1E7FB;
}
.TagClassName
{
border-color: #C1E7FB;
}
</style>