Shades of Pattens Blue #C0DEFC
Tints of Pattens Blue #C0DEFC
RGB
CMYK
RGB Variations
Color information
#C0DEFC (or 0xC0DEFC) is known color: Pattens Blue. HEX triplet: C0, DE and FC. RGB value is (192,222,252). Sum of RGB (Red+Green+Blue) = 192+222+252=666 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.83% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0DEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DEFC is #3F2103. Grayscale: #D8D8D8. Windows color (decimal): -4137220 or 16572096. OLE color: 16572096.
HSL color Cylindrical-coordinate representation of color #C0DEFC: hue angle of 210º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0DEFC is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 222 | 252 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.01 |
| HSL | 210º | 0.91% | 0.87% | - |
| HSV(B) | 210º | 0.24% | 0.99% | - |
| XYZ | 65.43 | 70.48 | 102.25 | - |
| YUV | 216.45 | 148.06 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 252 | 0.24 | 0.12 | 0 | 0.01 | 210 | 0.91 | 0.87 |
| Hex | C0 | DE | FC | 18 | C | 0 | 1 | D2 | 5B | 57 |
| Octal | 300 | 336 | 374 | 30 | 14 | 0 | 1 | 322 | 133 | 127 |
| Binary | 11000000 | 11011110 | 11111100 | 11000 | 1100 | 0 | 1 | 11010010 | 1011011 | 1010111 |
Color Harmonies of #C0DEFC
Complementary color
Monochromatic Colors of #C0DEFC
Black with #C0DEFC
Text Example
Text Example
White with #C0DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DEFC; }
p { color: rgb(192,222,252); }
H1.HeaderClassName
{
color: #C0DEFC;
}
.AnyTagClassName
{
color: #C0DEFC;
}
</style>
background-color css
<style>
a { background-color: #C0DEFC; }
a { background-color: rgb(192,222,252); }
div.DivClassName
{
background-color: #C0DEFC;
}
.BgClassName
{
background-color: #C0DEFC;
}
</style>
border-color css
<style>
span { border-color: #C0DEFC; }
span { border-color: rgb(192,222,252); }
td.TdClassName
{
border-color: #C0DEFC;
}
.TagClassName
{
border-color: #C0DEFC;
}
</style>