Shades of Pattens Blue #C1E0F3
Tints of Pattens Blue #C1E0F3
RGB
CMYK
RGB Variations
Color information
#C1E0F3 (or 0xC1E0F3) is known color: Pattens Blue. HEX triplet: C1, E0 and F3. RGB value is (193,224,243). Sum of RGB (Red+Green+Blue) = 193+224+243=660 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.24% from 660); Green value is 224 (87.89% from 255 or 33.94% from 660); Blue value is 243 (95.31% from 255 or 36.82% from 660); Max value from RGB is 243 - color contains mainly: blue. Hex color #C1E0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1E0F3 is #3E1F0C. Grayscale: #D8D8D8. Windows color (decimal): -4071181 or 15982785. OLE color: 15982785.
HSL color Cylindrical-coordinate representation of color #C1E0F3: hue angle of 202.8º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1E0F3 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 224 | 243 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.05 |
| HSL | 202.8º | 0.68% | 0.85% | - |
| HSV(B) | 202.8º | 0.21% | 0.95% | - |
| XYZ | 64.83 | 71.12 | 95.1 | - |
| YUV | 216.9 | 142.73 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 224 | 243 | 0.21 | 0.08 | 0 | 0.05 | 202.8 | 0.68 | 0.85 |
| Hex | C1 | E0 | F3 | 15 | 8 | 0 | 5 | CB | 44 | 55 |
| Octal | 301 | 340 | 363 | 25 | 10 | 0 | 5 | 313 | 104 | 125 |
| Binary | 11000001 | 11100000 | 11110011 | 10101 | 1000 | 0 | 101 | 11001011 | 1000100 | 1010101 |
Color Harmonies of #C1E0F3
Complementary color
Monochromatic Colors of #C1E0F3
Black with #C1E0F3
Text Example
Text Example
White with #C1E0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E0F3; }
p { color: rgb(193,224,243); }
H1.HeaderClassName
{
color: #C1E0F3;
}
.AnyTagClassName
{
color: #C1E0F3;
}
</style>
background-color css
<style>
a { background-color: #C1E0F3; }
a { background-color: rgb(193,224,243); }
div.DivClassName
{
background-color: #C1E0F3;
}
.BgClassName
{
background-color: #C1E0F3;
}
</style>
border-color css
<style>
span { border-color: #C1E0F3; }
span { border-color: rgb(193,224,243); }
td.TdClassName
{
border-color: #C1E0F3;
}
.TagClassName
{
border-color: #C1E0F3;
}
</style>