Shades of Pattens Blue #C0DAEB
Tints of Pattens Blue #C0DAEB
RGB
CMYK
RGB Variations
Color information
#C0DAEB (or 0xC0DAEB) is known color: Pattens Blue. HEX triplet: C0, DA and EB. RGB value is (192,218,235). Sum of RGB (Red+Green+Blue) = 192+218+235=645 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.77% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0DAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DAEB is #3F2514. Grayscale: #D4D4D4. Windows color (decimal): -4138261 or 15456960. OLE color: 15456960.
HSL color Cylindrical-coordinate representation of color #C0DAEB: hue angle of 203.72º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0DAEB is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 192 | 218 | 235 | - |
CMYK | 0.18 | 0.07 | 0 | 0.08 |
HSL | 203.72º | 0.52% | 0.84% | - |
HSV(B) | 203.72º | 0.18% | 0.92% | - |
XYZ | 61.81 | 67.35 | 88.34 | - |
YUV | 212.16 | 140.89 | 113.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 218 | 235 | 0.18 | 0.07 | 0 | 0.08 | 203.72 | 0.52 | 0.84 |
Hex | C0 | DA | EB | 12 | 7 | 0 | 8 | CC | 34 | 54 |
Octal | 300 | 332 | 353 | 22 | 7 | 0 | 10 | 314 | 64 | 124 |
Binary | 11000000 | 11011010 | 11101011 | 10010 | 111 | 0 | 1000 | 11001100 | 110100 | 1010100 |
Color Harmonies of #C0DAEB
Complementary color
Monochromatic Colors of #C0DAEB
Black with #C0DAEB
Text Example
Text Example
White with #C0DAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DAEB; }
p { color: rgb(192,218,235); }
H1.HeaderClassName
{
color: #C0DAEB;
}
.AnyTagClassName
{
color: #C0DAEB;
}
</style>
background-color css
<style>
a { background-color: #C0DAEB; }
a { background-color: rgb(192,218,235); }
div.DivClassName
{
background-color: #C0DAEB;
}
.BgClassName
{
background-color: #C0DAEB;
}
</style>
border-color css
<style>
span { border-color: #C0DAEB; }
span { border-color: rgb(192,218,235); }
td.TdClassName
{
border-color: #C0DAEB;
}
.TagClassName
{
border-color: #C0DAEB;
}
</style>