Shades of Pattens Blue #C5EBFD
Tints of Pattens Blue #C5EBFD
RGB
CMYK
RGB Variations
Color information
#C5EBFD (or 0xC5EBFD) is known color: Pattens Blue. HEX triplet: C5, EB and FD. RGB value is (197,235,253). Sum of RGB (Red+Green+Blue) = 197+235+253=685 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.76% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #C5EBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EBFD is #3A1402. Grayscale: #E1E1E1. Windows color (decimal): -3806211 or 16640965. OLE color: 16640965.
HSL color Cylindrical-coordinate representation of color #C5EBFD: hue angle of 199.29º 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 #C5EBFD is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 197 | 235 | 253 | - |
CMYK | 0.22 | 0.07 | 0 | 0.01 |
HSL | 199.29º | 0.93% | 0.88% | - |
HSV(B) | 199.29º | 0.22% | 0.99% | - |
XYZ | 70.46 | 78.38 | 104.34 | - |
YUV | 225.69 | 143.41 | 107.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 235 | 253 | 0.22 | 0.07 | 0 | 0.01 | 199.29 | 0.93 | 0.88 |
Hex | C5 | EB | FD | 16 | 7 | 0 | 1 | C7 | 5D | 58 |
Octal | 305 | 353 | 375 | 26 | 7 | 0 | 1 | 307 | 135 | 130 |
Binary | 11000101 | 11101011 | 11111101 | 10110 | 111 | 0 | 1 | 11000111 | 1011101 | 1011000 |
Color Harmonies of #C5EBFD
Complementary color
Monochromatic Colors of #C5EBFD
Black with #C5EBFD
Text Example
Text Example
White with #C5EBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EBFD; }
p { color: rgb(197,235,253); }
H1.HeaderClassName
{
color: #C5EBFD;
}
.AnyTagClassName
{
color: #C5EBFD;
}
</style>
background-color css
<style>
a { background-color: #C5EBFD; }
a { background-color: rgb(197,235,253); }
div.DivClassName
{
background-color: #C5EBFD;
}
.BgClassName
{
background-color: #C5EBFD;
}
</style>
border-color css
<style>
span { border-color: #C5EBFD; }
span { border-color: rgb(197,235,253); }
td.TdClassName
{
border-color: #C5EBFD;
}
.TagClassName
{
border-color: #C5EBFD;
}
</style>