Shades of Pattens Blue #C8DFED
Tints of Pattens Blue #C8DFED
RGB
CMYK
RGB Variations
Color information
#C8DFED (or 0xC8DFED) is known color: Pattens Blue. HEX triplet: C8, DF and ED. RGB value is (200,223,237). Sum of RGB (Red+Green+Blue) = 200+223+237=660 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.30% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8DFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DFED is #372012. Grayscale: #D9D9D9. Windows color (decimal): -3612691 or 15589320. OLE color: 15589320.
HSL color Cylindrical-coordinate representation of color #C8DFED: hue angle of 202.7º 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 #C8DFED is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 223 | 237 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.07 |
| HSL | 202.7º | 0.51% | 0.86% | - |
| HSV(B) | 202.7º | 0.16% | 0.93% | - |
| XYZ | 65.49 | 71.17 | 90.41 | - |
| YUV | 217.72 | 138.88 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 223 | 237 | 0.16 | 0.06 | 0 | 0.07 | 202.7 | 0.51 | 0.86 |
| Hex | C8 | DF | ED | 10 | 6 | 0 | 7 | CB | 33 | 56 |
| Octal | 310 | 337 | 355 | 20 | 6 | 0 | 7 | 313 | 63 | 126 |
| Binary | 11001000 | 11011111 | 11101101 | 10000 | 110 | 0 | 111 | 11001011 | 110011 | 1010110 |
Color Harmonies of #C8DFED
Complementary color
Monochromatic Colors of #C8DFED
Black with #C8DFED
Text Example
Text Example
White with #C8DFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DFED; }
p { color: rgb(200,223,237); }
H1.HeaderClassName
{
color: #C8DFED;
}
.AnyTagClassName
{
color: #C8DFED;
}
</style>
background-color css
<style>
a { background-color: #C8DFED; }
a { background-color: rgb(200,223,237); }
div.DivClassName
{
background-color: #C8DFED;
}
.BgClassName
{
background-color: #C8DFED;
}
</style>
border-color css
<style>
span { border-color: #C8DFED; }
span { border-color: rgb(200,223,237); }
td.TdClassName
{
border-color: #C8DFED;
}
.TagClassName
{
border-color: #C8DFED;
}
</style>