Shades of Pattens Blue #C0DBEF
Tints of Pattens Blue #C0DBEF
RGB
CMYK
RGB Variations
Color information
#C0DBEF (or 0xC0DBEF) is known color: Pattens Blue. HEX triplet: C0, DB and EF. RGB value is (192,219,239). Sum of RGB (Red+Green+Blue) = 192+219+239=650 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.54% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DBEF is #3F2410. Grayscale: #D5D5D5. Windows color (decimal): -4138001 or 15719360. OLE color: 15719360.
HSL color Cylindrical-coordinate representation of color #C0DBEF: hue angle of 205.53º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0DBEF is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 192 | 219 | 239 | - |
CMYK | 0.20 | 0.08 | 0 | 0.06 |
HSL | 205.53º | 0.59% | 0.85% | - |
HSV(B) | 205.53º | 0.2% | 0.94% | - |
XYZ | 62.65 | 68.1 | 91.5 | - |
YUV | 213.21 | 142.55 | 112.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 219 | 239 | 0.20 | 0.08 | 0 | 0.06 | 205.53 | 0.59 | 0.85 |
Hex | C0 | DB | EF | 14 | 8 | 0 | 6 | CE | 3B | 55 |
Octal | 300 | 333 | 357 | 24 | 10 | 0 | 6 | 316 | 73 | 125 |
Binary | 11000000 | 11011011 | 11101111 | 10100 | 1000 | 0 | 110 | 11001110 | 111011 | 1010101 |
Color Harmonies of #C0DBEF
Complementary color
Monochromatic Colors of #C0DBEF
Black with #C0DBEF
Text Example
Text Example
White with #C0DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DBEF; }
p { color: rgb(192,219,239); }
H1.HeaderClassName
{
color: #C0DBEF;
}
.AnyTagClassName
{
color: #C0DBEF;
}
</style>
background-color css
<style>
a { background-color: #C0DBEF; }
a { background-color: rgb(192,219,239); }
div.DivClassName
{
background-color: #C0DBEF;
}
.BgClassName
{
background-color: #C0DBEF;
}
</style>
border-color css
<style>
span { border-color: #C0DBEF; }
span { border-color: rgb(192,219,239); }
td.TdClassName
{
border-color: #C0DBEF;
}
.TagClassName
{
border-color: #C0DBEF;
}
</style>