Shades of Pattens Blue #C0DAEE
Tints of Pattens Blue #C0DAEE
RGB
CMYK
RGB Variations
Color information
#C0DAEE (or 0xC0DAEE) is known color: Pattens Blue. HEX triplet: C0, DA and EE. RGB value is (192,218,238). Sum of RGB (Red+Green+Blue) = 192+218+238=648 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.63% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0DAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DAEE is #3F2511. Grayscale: #D4D4D4. Windows color (decimal): -4138258 or 15653568. OLE color: 15653568.
HSL color Cylindrical-coordinate representation of color #C0DAEE: hue angle of 206.09º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0DAEE is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 218 | 238 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.07 |
| HSL | 206.09º | 0.58% | 0.84% | - |
| HSV(B) | 206.09º | 0.19% | 0.93% | - |
| XYZ | 62.24 | 67.52 | 90.64 | - |
| YUV | 212.51 | 142.39 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 238 | 0.19 | 0.08 | 0 | 0.07 | 206.09 | 0.58 | 0.84 |
| Hex | C0 | DA | EE | 13 | 8 | 0 | 7 | CE | 3A | 54 |
| Octal | 300 | 332 | 356 | 23 | 10 | 0 | 7 | 316 | 72 | 124 |
| Binary | 11000000 | 11011010 | 11101110 | 10011 | 1000 | 0 | 111 | 11001110 | 111010 | 1010100 |
Color Harmonies of #C0DAEE
Complementary color
Monochromatic Colors of #C0DAEE
Black with #C0DAEE
Text Example
Text Example
White with #C0DAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DAEE; }
p { color: rgb(192,218,238); }
H1.HeaderClassName
{
color: #C0DAEE;
}
.AnyTagClassName
{
color: #C0DAEE;
}
</style>
background-color css
<style>
a { background-color: #C0DAEE; }
a { background-color: rgb(192,218,238); }
div.DivClassName
{
background-color: #C0DAEE;
}
.BgClassName
{
background-color: #C0DAEE;
}
</style>
border-color css
<style>
span { border-color: #C0DAEE; }
span { border-color: rgb(192,218,238); }
td.TdClassName
{
border-color: #C0DAEE;
}
.TagClassName
{
border-color: #C0DAEE;
}
</style>