Shades of Pattens Blue #C7DBEB
Tints of Pattens Blue #C7DBEB
RGB
CMYK
RGB Variations
Color information
#C7DBEB (or 0xC7DBEB) is known color: Pattens Blue. HEX triplet: C7, DB and EB. RGB value is (199,219,235). Sum of RGB (Red+Green+Blue) = 199+219+235=653 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.47% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DBEB is #382414. Grayscale: #D6D6D6. Windows color (decimal): -3679253 or 15457223. OLE color: 15457223.
HSL color Cylindrical-coordinate representation of color #C7DBEB: hue angle of 206.67º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7DBEB is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 199 | 219 | 235 | - |
CMYK | 0.15 | 0.07 | 0 | 0.08 |
HSL | 206.67º | 0.47% | 0.85% | - |
HSV(B) | 206.67º | 0.15% | 0.92% | - |
XYZ | 63.88 | 68.8 | 88.51 | - |
YUV | 214.84 | 139.37 | 116.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 219 | 235 | 0.15 | 0.07 | 0 | 0.08 | 206.67 | 0.47 | 0.85 |
Hex | C7 | DB | EB | F | 7 | 0 | 8 | CF | 2F | 55 |
Octal | 307 | 333 | 353 | 17 | 7 | 0 | 10 | 317 | 57 | 125 |
Binary | 11000111 | 11011011 | 11101011 | 1111 | 111 | 0 | 1000 | 11001111 | 101111 | 1010101 |
Color Harmonies of #C7DBEB
Complementary color
Monochromatic Colors of #C7DBEB
Black with #C7DBEB
Text Example
Text Example
White with #C7DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DBEB; }
p { color: rgb(199,219,235); }
H1.HeaderClassName
{
color: #C7DBEB;
}
.AnyTagClassName
{
color: #C7DBEB;
}
</style>
background-color css
<style>
a { background-color: #C7DBEB; }
a { background-color: rgb(199,219,235); }
div.DivClassName
{
background-color: #C7DBEB;
}
.BgClassName
{
background-color: #C7DBEB;
}
</style>
border-color css
<style>
span { border-color: #C7DBEB; }
span { border-color: rgb(199,219,235); }
td.TdClassName
{
border-color: #C7DBEB;
}
.TagClassName
{
border-color: #C7DBEB;
}
</style>