Shades of Pattens Blue #C8DBED
Tints of Pattens Blue #C8DBED
RGB
CMYK
RGB Variations
Color information
#C8DBED (or 0xC8DBED) is known color: Pattens Blue. HEX triplet: C8, DB and ED. RGB value is (200,219,237). Sum of RGB (Red+Green+Blue) = 200+219+237=656 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.49% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DBED is #372412. Grayscale: #D7D7D7. Windows color (decimal): -3613715 or 15588296. OLE color: 15588296.
HSL color Cylindrical-coordinate representation of color #C8DBED: hue angle of 209.19º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8DBED is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 200 | 219 | 237 | - |
CMYK | 0.16 | 0.08 | 0 | 0.07 |
HSL | 209.19º | 0.51% | 0.86% | - |
HSV(B) | 209.19º | 0.16% | 0.93% | - |
XYZ | 64.44 | 69.06 | 90.05 | - |
YUV | 215.37 | 140.21 | 117.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 219 | 237 | 0.16 | 0.08 | 0 | 0.07 | 209.19 | 0.51 | 0.86 |
Hex | C8 | DB | ED | 10 | 8 | 0 | 7 | D1 | 33 | 56 |
Octal | 310 | 333 | 355 | 20 | 10 | 0 | 7 | 321 | 63 | 126 |
Binary | 11001000 | 11011011 | 11101101 | 10000 | 1000 | 0 | 111 | 11010001 | 110011 | 1010110 |
Color Harmonies of #C8DBED
Complementary color
Monochromatic Colors of #C8DBED
Black with #C8DBED
Text Example
Text Example
White with #C8DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DBED; }
p { color: rgb(200,219,237); }
H1.HeaderClassName
{
color: #C8DBED;
}
.AnyTagClassName
{
color: #C8DBED;
}
</style>
background-color css
<style>
a { background-color: #C8DBED; }
a { background-color: rgb(200,219,237); }
div.DivClassName
{
background-color: #C8DBED;
}
.BgClassName
{
background-color: #C8DBED;
}
</style>
border-color css
<style>
span { border-color: #C8DBED; }
span { border-color: rgb(200,219,237); }
td.TdClassName
{
border-color: #C8DBED;
}
.TagClassName
{
border-color: #C8DBED;
}
</style>