Shades of Pattens Blue #C5EDFD
Tints of Pattens Blue #C5EDFD
RGB
CMYK
RGB Variations
Color information
#C5EDFD (or 0xC5EDFD) is known color: Pattens Blue. HEX triplet: C5, ED and FD. RGB value is (197,237,253). Sum of RGB (Red+Green+Blue) = 197+237+253=687 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.68% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #C5EDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EDFD is #3A1202. Grayscale: #E2E2E2. Windows color (decimal): -3805699 or 16641477. OLE color: 16641477.
HSL color Cylindrical-coordinate representation of color #C5EDFD: hue angle of 197.14º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5EDFD is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 197 | 237 | 253 | - |
CMYK | 0.22 | 0.06 | 0 | 0.01 |
HSL | 197.14º | 0.93% | 0.88% | - |
HSV(B) | 197.14º | 0.22% | 0.99% | - |
XYZ | 71.04 | 79.53 | 104.54 | - |
YUV | 226.86 | 142.75 | 106.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 237 | 253 | 0.22 | 0.06 | 0 | 0.01 | 197.14 | 0.93 | 0.88 |
Hex | C5 | ED | FD | 16 | 6 | 0 | 1 | C5 | 5D | 58 |
Octal | 305 | 355 | 375 | 26 | 6 | 0 | 1 | 305 | 135 | 130 |
Binary | 11000101 | 11101101 | 11111101 | 10110 | 110 | 0 | 1 | 11000101 | 1011101 | 1011000 |
Color Harmonies of #C5EDFD
Complementary color
Monochromatic Colors of #C5EDFD
Black with #C5EDFD
Text Example
Text Example
White with #C5EDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EDFD; }
p { color: rgb(197,237,253); }
H1.HeaderClassName
{
color: #C5EDFD;
}
.AnyTagClassName
{
color: #C5EDFD;
}
</style>
background-color css
<style>
a { background-color: #C5EDFD; }
a { background-color: rgb(197,237,253); }
div.DivClassName
{
background-color: #C5EDFD;
}
.BgClassName
{
background-color: #C5EDFD;
}
</style>
border-color css
<style>
span { border-color: #C5EDFD; }
span { border-color: rgb(197,237,253); }
td.TdClassName
{
border-color: #C5EDFD;
}
.TagClassName
{
border-color: #C5EDFD;
}
</style>