Shades of Pattens Blue #C5EAFD
Tints of Pattens Blue #C5EAFD
RGB
CMYK
RGB Variations
Color information
#C5EAFD (or 0xC5EAFD) is known color: Pattens Blue. HEX triplet: C5, EA and FD. RGB value is (197,234,253). Sum of RGB (Red+Green+Blue) = 197+234+253=684 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.80% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #C5EAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EAFD is #3A1502. Grayscale: #E0E0E0. Windows color (decimal): -3806467 or 16640709. OLE color: 16640709.
HSL color Cylindrical-coordinate representation of color #C5EAFD: hue angle of 200.36º 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 #C5EAFD is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 197 | 234 | 253 | - |
CMYK | 0.22 | 0.08 | 0 | 0.01 |
HSL | 200.36º | 0.93% | 0.88% | - |
HSV(B) | 200.36º | 0.22% | 0.99% | - |
XYZ | 70.18 | 77.81 | 104.25 | - |
YUV | 225.1 | 143.74 | 107.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 234 | 253 | 0.22 | 0.08 | 0 | 0.01 | 200.36 | 0.93 | 0.88 |
Hex | C5 | EA | FD | 16 | 8 | 0 | 1 | C8 | 5D | 58 |
Octal | 305 | 352 | 375 | 26 | 10 | 0 | 1 | 310 | 135 | 130 |
Binary | 11000101 | 11101010 | 11111101 | 10110 | 1000 | 0 | 1 | 11001000 | 1011101 | 1011000 |
Color Harmonies of #C5EAFD
Complementary color
Monochromatic Colors of #C5EAFD
Black with #C5EAFD
Text Example
Text Example
White with #C5EAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EAFD; }
p { color: rgb(197,234,253); }
H1.HeaderClassName
{
color: #C5EAFD;
}
.AnyTagClassName
{
color: #C5EAFD;
}
</style>
background-color css
<style>
a { background-color: #C5EAFD; }
a { background-color: rgb(197,234,253); }
div.DivClassName
{
background-color: #C5EAFD;
}
.BgClassName
{
background-color: #C5EAFD;
}
</style>
border-color css
<style>
span { border-color: #C5EAFD; }
span { border-color: rgb(197,234,253); }
td.TdClassName
{
border-color: #C5EAFD;
}
.TagClassName
{
border-color: #C5EAFD;
}
</style>