Shades of Pattens Blue #C0DEF8
Tints of Pattens Blue #C0DEF8
RGB
CMYK
RGB Variations
Color information
#C0DEF8 (or 0xC0DEF8) is known color: Pattens Blue. HEX triplet: C0, DE and F8. RGB value is (192,222,248). Sum of RGB (Red+Green+Blue) = 192+222+248=662 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.00% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 248 (97.27% from 255 or 37.46% from 662); Max value from RGB is 248 - color contains mainly: blue. Hex color #C0DEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DEF8 is #3F2107. Grayscale: #D7D7D7. Windows color (decimal): -4137224 or 16309952. OLE color: 16309952.
HSL color Cylindrical-coordinate representation of color #C0DEF8: hue angle of 207.86º 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 #C0DEF8 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 222 | 248 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.03 |
| HSL | 207.86º | 0.8% | 0.86% | - |
| HSV(B) | 207.86º | 0.23% | 0.97% | - |
| XYZ | 64.8 | 70.23 | 98.95 | - |
| YUV | 215.99 | 146.06 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 248 | 0.23 | 0.10 | 0 | 0.03 | 207.86 | 0.8 | 0.86 |
| Hex | C0 | DE | F8 | 17 | A | 0 | 3 | D0 | 50 | 56 |
| Octal | 300 | 336 | 370 | 27 | 12 | 0 | 3 | 320 | 120 | 126 |
| Binary | 11000000 | 11011110 | 11111000 | 10111 | 1010 | 0 | 11 | 11010000 | 1010000 | 1010110 |
Color Harmonies of #C0DEF8
Complementary color
Monochromatic Colors of #C0DEF8
Black with #C0DEF8
Text Example
Text Example
White with #C0DEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DEF8; }
p { color: rgb(192,222,248); }
H1.HeaderClassName
{
color: #C0DEF8;
}
.AnyTagClassName
{
color: #C0DEF8;
}
</style>
background-color css
<style>
a { background-color: #C0DEF8; }
a { background-color: rgb(192,222,248); }
div.DivClassName
{
background-color: #C0DEF8;
}
.BgClassName
{
background-color: #C0DEF8;
}
</style>
border-color css
<style>
span { border-color: #C0DEF8; }
span { border-color: rgb(192,222,248); }
td.TdClassName
{
border-color: #C0DEF8;
}
.TagClassName
{
border-color: #C0DEF8;
}
</style>