Shades of Pattens Blue #C0E4F8
Tints of Pattens Blue #C0E4F8
RGB
CMYK
RGB Variations
Color information
#C0E4F8 (or 0xC0E4F8) is known color: Pattens Blue. HEX triplet: C0, E4 and F8. RGB value is (192,228,248). Sum of RGB (Red+Green+Blue) = 192+228+248=668 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.74% from 668); Green value is 228 (89.45% from 255 or 34.13% from 668); Blue value is 248 (97.27% from 255 or 37.13% from 668); Max value from RGB is 248 - color contains mainly: blue. Hex color #C0E4F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0E4F8 is #3F1B07. Grayscale: #DBDBDB. Windows color (decimal): -4135688 or 16311488. OLE color: 16311488.
HSL color Cylindrical-coordinate representation of color #C0E4F8: hue angle of 201.43º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0E4F8 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 228 | 248 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.03 |
| HSL | 201.43º | 0.8% | 0.86% | - |
| HSV(B) | 201.43º | 0.23% | 0.97% | - |
| XYZ | 66.42 | 73.47 | 99.49 | - |
| YUV | 219.52 | 144.07 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 228 | 248 | 0.23 | 0.08 | 0 | 0.03 | 201.43 | 0.8 | 0.86 |
| Hex | C0 | E4 | F8 | 17 | 8 | 0 | 3 | C9 | 50 | 56 |
| Octal | 300 | 344 | 370 | 27 | 10 | 0 | 3 | 311 | 120 | 126 |
| Binary | 11000000 | 11100100 | 11111000 | 10111 | 1000 | 0 | 11 | 11001001 | 1010000 | 1010110 |
Color Harmonies of #C0E4F8
Complementary color
Monochromatic Colors of #C0E4F8
Black with #C0E4F8
Text Example
Text Example
White with #C0E4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E4F8; }
p { color: rgb(192,228,248); }
H1.HeaderClassName
{
color: #C0E4F8;
}
.AnyTagClassName
{
color: #C0E4F8;
}
</style>
background-color css
<style>
a { background-color: #C0E4F8; }
a { background-color: rgb(192,228,248); }
div.DivClassName
{
background-color: #C0E4F8;
}
.BgClassName
{
background-color: #C0E4F8;
}
</style>
border-color css
<style>
span { border-color: #C0E4F8; }
span { border-color: rgb(192,228,248); }
td.TdClassName
{
border-color: #C0E4F8;
}
.TagClassName
{
border-color: #C0E4F8;
}
</style>