Shades of Pattens Blue #C5E3F1
Tints of Pattens Blue #C5E3F1
RGB
CMYK
RGB Variations
Color information
#C5E3F1 (or 0xC5E3F1) is known color: Pattens Blue. HEX triplet: C5, E3 and F1. RGB value is (197,227,241). Sum of RGB (Red+Green+Blue) = 197+227+241=665 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.62% from 665); Green value is 227 (89.06% from 255 or 34.14% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 241 - color contains mainly: blue. Hex color #C5E3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5E3F1 is #3A1C0E. Grayscale: #DBDBDB. Windows color (decimal): -3808271 or 15852485. OLE color: 15852485.
HSL color Cylindrical-coordinate representation of color #C5E3F1: hue angle of 199.09º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5E3F1 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 197 | 227 | 241 | - |
CMYK | 0.18 | 0.06 | 0 | 0.05 |
HSL | 199.09º | 0.61% | 0.86% | - |
HSV(B) | 199.09º | 0.18% | 0.95% | - |
XYZ | 66.37 | 73.16 | 93.84 | - |
YUV | 219.63 | 140.06 | 111.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 227 | 241 | 0.18 | 0.06 | 0 | 0.05 | 199.09 | 0.61 | 0.86 |
Hex | C5 | E3 | F1 | 12 | 6 | 0 | 5 | C7 | 3D | 56 |
Octal | 305 | 343 | 361 | 22 | 6 | 0 | 5 | 307 | 75 | 126 |
Binary | 11000101 | 11100011 | 11110001 | 10010 | 110 | 0 | 101 | 11000111 | 111101 | 1010110 |
Color Harmonies of #C5E3F1
Complementary color
Monochromatic Colors of #C5E3F1
Black with #C5E3F1
Text Example
Text Example
White with #C5E3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E3F1; }
p { color: rgb(197,227,241); }
H1.HeaderClassName
{
color: #C5E3F1;
}
.AnyTagClassName
{
color: #C5E3F1;
}
</style>
background-color css
<style>
a { background-color: #C5E3F1; }
a { background-color: rgb(197,227,241); }
div.DivClassName
{
background-color: #C5E3F1;
}
.BgClassName
{
background-color: #C5E3F1;
}
</style>
border-color css
<style>
span { border-color: #C5E3F1; }
span { border-color: rgb(197,227,241); }
td.TdClassName
{
border-color: #C5E3F1;
}
.TagClassName
{
border-color: #C5E3F1;
}
</style>