Shades of Pattens Blue #C5DFEB
Tints of Pattens Blue #C5DFEB
RGB
CMYK
RGB Variations
Color information
#C5DFEB (or 0xC5DFEB) is known color: Pattens Blue. HEX triplet: C5, DF and EB. RGB value is (197,223,235). Sum of RGB (Red+Green+Blue) = 197+223+235=655 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.08% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5DFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DFEB is #3A2014. Grayscale: #D8D8D8. Windows color (decimal): -3809301 or 15458245. OLE color: 15458245.
HSL color Cylindrical-coordinate representation of color #C5DFEB: hue angle of 198.95º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5DFEB is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 197 | 223 | 235 | - |
CMYK | 0.16 | 0.05 | 0 | 0.08 |
HSL | 198.95º | 0.49% | 0.85% | - |
HSV(B) | 198.95º | 0.16% | 0.92% | - |
XYZ | 64.41 | 70.64 | 88.84 | - |
YUV | 216.59 | 138.39 | 114.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 223 | 235 | 0.16 | 0.05 | 0 | 0.08 | 198.95 | 0.49 | 0.85 |
Hex | C5 | DF | EB | 10 | 5 | 0 | 8 | C7 | 31 | 55 |
Octal | 305 | 337 | 353 | 20 | 5 | 0 | 10 | 307 | 61 | 125 |
Binary | 11000101 | 11011111 | 11101011 | 10000 | 101 | 0 | 1000 | 11000111 | 110001 | 1010101 |
Color Harmonies of #C5DFEB
Complementary color
Monochromatic Colors of #C5DFEB
Black with #C5DFEB
Text Example
Text Example
White with #C5DFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DFEB; }
p { color: rgb(197,223,235); }
H1.HeaderClassName
{
color: #C5DFEB;
}
.AnyTagClassName
{
color: #C5DFEB;
}
</style>
background-color css
<style>
a { background-color: #C5DFEB; }
a { background-color: rgb(197,223,235); }
div.DivClassName
{
background-color: #C5DFEB;
}
.BgClassName
{
background-color: #C5DFEB;
}
</style>
border-color css
<style>
span { border-color: #C5DFEB; }
span { border-color: rgb(197,223,235); }
td.TdClassName
{
border-color: #C5DFEB;
}
.TagClassName
{
border-color: #C5DFEB;
}
</style>