Shades of Pattens Blue #C7DEF6
Tints of Pattens Blue #C7DEF6
RGB
CMYK
RGB Variations
Color information
#C7DEF6 (or 0xC7DEF6) is known color: Pattens Blue. HEX triplet: C7, DE and F6. RGB value is (199,222,246). Sum of RGB (Red+Green+Blue) = 199+222+246=667 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.84% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 246 (96.48% from 255 or 36.88% from 667); Max value from RGB is 246 - color contains mainly: blue. Hex color #C7DEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DEF6 is #382109. Grayscale: #D9D9D9. Windows color (decimal): -3678474 or 16178887. OLE color: 16178887.
HSL color Cylindrical-coordinate representation of color #C7DEF6: hue angle of 210.64º degrees, saturation: 0.72, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7DEF6 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 199 | 222 | 246 | - |
CMYK | 0.19 | 0.10 | 0 | 0.04 |
HSL | 210.64º | 0.72% | 0.87% | - |
HSV(B) | 210.64º | 0.19% | 0.96% | - |
XYZ | 66.31 | 71.04 | 97.41 | - |
YUV | 217.86 | 143.88 | 114.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 222 | 246 | 0.19 | 0.10 | 0 | 0.04 | 210.64 | 0.72 | 0.87 |
Hex | C7 | DE | F6 | 13 | A | 0 | 4 | D3 | 48 | 57 |
Octal | 307 | 336 | 366 | 23 | 12 | 0 | 4 | 323 | 110 | 127 |
Binary | 11000111 | 11011110 | 11110110 | 10011 | 1010 | 0 | 100 | 11010011 | 1001000 | 1010111 |
Color Harmonies of #C7DEF6
Complementary color
Monochromatic Colors of #C7DEF6
Black with #C7DEF6
Text Example
Text Example
White with #C7DEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DEF6; }
p { color: rgb(199,222,246); }
H1.HeaderClassName
{
color: #C7DEF6;
}
.AnyTagClassName
{
color: #C7DEF6;
}
</style>
background-color css
<style>
a { background-color: #C7DEF6; }
a { background-color: rgb(199,222,246); }
div.DivClassName
{
background-color: #C7DEF6;
}
.BgClassName
{
background-color: #C7DEF6;
}
</style>
border-color css
<style>
span { border-color: #C7DEF6; }
span { border-color: rgb(199,222,246); }
td.TdClassName
{
border-color: #C7DEF6;
}
.TagClassName
{
border-color: #C7DEF6;
}
</style>