Shades of Pattens Blue #C0E0F3
Tints of Pattens Blue #C0E0F3
RGB
CMYK
RGB Variations
Color information
#C0E0F3 (or 0xC0E0F3) is known color: Pattens Blue. HEX triplet: C0, E0 and F3. RGB value is (192,224,243). Sum of RGB (Red+Green+Blue) = 192+224+243=659 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.14% from 659); Green value is 224 (87.89% from 255 or 33.99% from 659); Blue value is 243 (95.31% from 255 or 36.87% from 659); Max value from RGB is 243 - color contains mainly: blue. Hex color #C0E0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E0F3 is #3F1F0C. Grayscale: #D8D8D8. Windows color (decimal): -4136717 or 15982784. OLE color: 15982784.
HSL color Cylindrical-coordinate representation of color #C0E0F3: hue angle of 202.35º 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 #C0E0F3 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 224 | 243 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.05 |
| HSL | 202.35º | 0.68% | 0.85% | - |
| HSV(B) | 202.35º | 0.21% | 0.95% | - |
| XYZ | 64.57 | 70.99 | 95.09 | - |
| YUV | 216.6 | 142.9 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 243 | 0.21 | 0.08 | 0 | 0.05 | 202.35 | 0.68 | 0.85 |
| Hex | C0 | E0 | F3 | 15 | 8 | 0 | 5 | CA | 44 | 55 |
| Octal | 300 | 340 | 363 | 25 | 10 | 0 | 5 | 312 | 104 | 125 |
| Binary | 11000000 | 11100000 | 11110011 | 10101 | 1000 | 0 | 101 | 11001010 | 1000100 | 1010101 |
Color Harmonies of #C0E0F3
Complementary color
Monochromatic Colors of #C0E0F3
Black with #C0E0F3
Text Example
Text Example
White with #C0E0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E0F3; }
p { color: rgb(192,224,243); }
H1.HeaderClassName
{
color: #C0E0F3;
}
.AnyTagClassName
{
color: #C0E0F3;
}
</style>
background-color css
<style>
a { background-color: #C0E0F3; }
a { background-color: rgb(192,224,243); }
div.DivClassName
{
background-color: #C0E0F3;
}
.BgClassName
{
background-color: #C0E0F3;
}
</style>
border-color css
<style>
span { border-color: #C0E0F3; }
span { border-color: rgb(192,224,243); }
td.TdClassName
{
border-color: #C0E0F3;
}
.TagClassName
{
border-color: #C0E0F3;
}
</style>