Shades of Pattens Blue #C7E7FD
Tints of Pattens Blue #C7E7FD
RGB
CMYK
RGB Variations
Color information
#C7E7FD (or 0xC7E7FD) is known color: Pattens Blue. HEX triplet: C7, E7 and FD. RGB value is (199,231,253). Sum of RGB (Red+Green+Blue) = 199+231+253=683 (90% of max value = 765). Red value is 199 (78.12% from 255 or 29.14% from 683); Green value is 231 (90.62% from 255 or 33.82% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7E7FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7E7FD is #381802. Grayscale: #DFDFDF. Windows color (decimal): -3676163 or 16639943. OLE color: 16639943.
HSL color Cylindrical-coordinate representation of color #C7E7FD: hue angle of 204.44º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7E7FD is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 231 | 253 | - |
CMYK | 0.21 | 0.09 | 0 | 0.01 |
HSL | 204.44º | 0.93% | 0.89% | - |
HSV(B) | 204.44º | 0.21% | 0.99% | - |
XYZ | 69.86 | 76.39 | 103.99 | - |
YUV | 223.94 | 144.4 | 110.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 231 | 253 | 0.21 | 0.09 | 0 | 0.01 | 204.44 | 0.93 | 0.89 |
Hex | C7 | E7 | FD | 15 | 9 | 0 | 1 | CC | 5D | 59 |
Octal | 307 | 347 | 375 | 25 | 11 | 0 | 1 | 314 | 135 | 131 |
Binary | 11000111 | 11100111 | 11111101 | 10101 | 1001 | 0 | 1 | 11001100 | 1011101 | 1011001 |
Color Harmonies of #C7E7FD
Complementary color
Monochromatic Colors of #C7E7FD
Black with #C7E7FD
Text Example
Text Example
White with #C7E7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E7FD; }
p { color: rgb(199,231,253); }
H1.HeaderClassName
{
color: #C7E7FD;
}
.AnyTagClassName
{
color: #C7E7FD;
}
</style>
background-color css
<style>
a { background-color: #C7E7FD; }
a { background-color: rgb(199,231,253); }
div.DivClassName
{
background-color: #C7E7FD;
}
.BgClassName
{
background-color: #C7E7FD;
}
</style>
border-color css
<style>
span { border-color: #C7E7FD; }
span { border-color: rgb(199,231,253); }
td.TdClassName
{
border-color: #C7E7FD;
}
.TagClassName
{
border-color: #C7E7FD;
}
</style>