Shades of Pattens Blue #C0E5FB
Tints of Pattens Blue #C0E5FB
RGB
CMYK
RGB Variations
Color information
#C0E5FB (or 0xC0E5FB) is known color: Pattens Blue. HEX triplet: C0, E5 and FB. RGB value is (192,229,251). Sum of RGB (Red+Green+Blue) = 192+229+251=672 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.57% from 672); Green value is 229 (89.84% from 255 or 34.08% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0E5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E5FB is #3F1A04. Grayscale: #DCDCDC. Windows color (decimal): -4135429 or 16508352. OLE color: 16508352.
HSL color Cylindrical-coordinate representation of color #C0E5FB: hue angle of 202.37º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0E5FB is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 229 | 251 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.02 |
| HSL | 202.37º | 0.88% | 0.87% | - |
| HSV(B) | 202.37º | 0.24% | 0.98% | - |
| XYZ | 67.17 | 74.21 | 102.05 | - |
| YUV | 220.45 | 145.24 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 229 | 251 | 0.24 | 0.09 | 0 | 0.02 | 202.37 | 0.88 | 0.87 |
| Hex | C0 | E5 | FB | 18 | 9 | 0 | 2 | CA | 58 | 57 |
| Octal | 300 | 345 | 373 | 30 | 11 | 0 | 2 | 312 | 130 | 127 |
| Binary | 11000000 | 11100101 | 11111011 | 11000 | 1001 | 0 | 10 | 11001010 | 1011000 | 1010111 |
Color Harmonies of #C0E5FB
Complementary color
Monochromatic Colors of #C0E5FB
Black with #C0E5FB
Text Example
Text Example
White with #C0E5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E5FB; }
p { color: rgb(192,229,251); }
H1.HeaderClassName
{
color: #C0E5FB;
}
.AnyTagClassName
{
color: #C0E5FB;
}
</style>
background-color css
<style>
a { background-color: #C0E5FB; }
a { background-color: rgb(192,229,251); }
div.DivClassName
{
background-color: #C0E5FB;
}
.BgClassName
{
background-color: #C0E5FB;
}
</style>
border-color css
<style>
span { border-color: #C0E5FB; }
span { border-color: rgb(192,229,251); }
td.TdClassName
{
border-color: #C0E5FB;
}
.TagClassName
{
border-color: #C0E5FB;
}
</style>