Shades of Pattens Blue #C7EDFD
Tints of Pattens Blue #C7EDFD
RGB
CMYK
RGB Variations
Color information
#C7EDFD (or 0xC7EDFD) is known color: Pattens Blue. HEX triplet: C7, ED and FD. RGB value is (199,237,253). Sum of RGB (Red+Green+Blue) = 199+237+253=689 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.88% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7EDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7EDFD is #381202. Grayscale: #E3E3E3. Windows color (decimal): -3674627 or 16641479. OLE color: 16641479.
HSL color Cylindrical-coordinate representation of color #C7EDFD: hue angle of 197.78º 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 #C7EDFD is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 237 | 253 | - |
CMYK | 0.21 | 0.06 | 0 | 0.01 |
HSL | 197.78º | 0.93% | 0.89% | - |
HSV(B) | 197.78º | 0.21% | 0.99% | - |
XYZ | 71.57 | 79.8 | 104.56 | - |
YUV | 227.46 | 142.41 | 107.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 237 | 253 | 0.21 | 0.06 | 0 | 0.01 | 197.78 | 0.93 | 0.89 |
Hex | C7 | ED | FD | 15 | 6 | 0 | 1 | C6 | 5D | 59 |
Octal | 307 | 355 | 375 | 25 | 6 | 0 | 1 | 306 | 135 | 131 |
Binary | 11000111 | 11101101 | 11111101 | 10101 | 110 | 0 | 1 | 11000110 | 1011101 | 1011001 |
Color Harmonies of #C7EDFD
Complementary color
Monochromatic Colors of #C7EDFD
Black with #C7EDFD
Text Example
Text Example
White with #C7EDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EDFD; }
p { color: rgb(199,237,253); }
H1.HeaderClassName
{
color: #C7EDFD;
}
.AnyTagClassName
{
color: #C7EDFD;
}
</style>
background-color css
<style>
a { background-color: #C7EDFD; }
a { background-color: rgb(199,237,253); }
div.DivClassName
{
background-color: #C7EDFD;
}
.BgClassName
{
background-color: #C7EDFD;
}
</style>
border-color css
<style>
span { border-color: #C7EDFD; }
span { border-color: rgb(199,237,253); }
td.TdClassName
{
border-color: #C7EDFD;
}
.TagClassName
{
border-color: #C7EDFD;
}
</style>