Shades of Pattens Blue #C8DDEF
Tints of Pattens Blue #C8DDEF
RGB
CMYK
RGB Variations
Color information
#C8DDEF (or 0xC8DDEF) is known color: Pattens Blue. HEX triplet: C8, DD and EF. RGB value is (200,221,239). Sum of RGB (Red+Green+Blue) = 200+221+239=660 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.30% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8DDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DDEF is #372210. Grayscale: #D8D8D8. Windows color (decimal): -3613201 or 15719880. OLE color: 15719880.
HSL color Cylindrical-coordinate representation of color #C8DDEF: hue angle of 207.69º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8DDEF is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 200 | 221 | 239 | - |
CMYK | 0.16 | 0.08 | 0 | 0.06 |
HSL | 207.69º | 0.55% | 0.86% | - |
HSV(B) | 207.69º | 0.16% | 0.94% | - |
XYZ | 65.26 | 70.22 | 91.78 | - |
YUV | 216.77 | 140.54 | 116.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 221 | 239 | 0.16 | 0.08 | 0 | 0.06 | 207.69 | 0.55 | 0.86 |
Hex | C8 | DD | EF | 10 | 8 | 0 | 6 | D0 | 37 | 56 |
Octal | 310 | 335 | 357 | 20 | 10 | 0 | 6 | 320 | 67 | 126 |
Binary | 11001000 | 11011101 | 11101111 | 10000 | 1000 | 0 | 110 | 11010000 | 110111 | 1010110 |
Color Harmonies of #C8DDEF
Complementary color
Monochromatic Colors of #C8DDEF
Black with #C8DDEF
Text Example
Text Example
White with #C8DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DDEF; }
p { color: rgb(200,221,239); }
H1.HeaderClassName
{
color: #C8DDEF;
}
.AnyTagClassName
{
color: #C8DDEF;
}
</style>
background-color css
<style>
a { background-color: #C8DDEF; }
a { background-color: rgb(200,221,239); }
div.DivClassName
{
background-color: #C8DDEF;
}
.BgClassName
{
background-color: #C8DDEF;
}
</style>
border-color css
<style>
span { border-color: #C8DDEF; }
span { border-color: rgb(200,221,239); }
td.TdClassName
{
border-color: #C8DDEF;
}
.TagClassName
{
border-color: #C8DDEF;
}
</style>