Shades of Pattens Blue #C5DFFA
Tints of Pattens Blue #C5DFFA
RGB
CMYK
RGB Variations
Color information
#C5DFFA (or 0xC5DFFA) is known color: Pattens Blue. HEX triplet: C5, DF and FA. RGB value is (197,223,250). Sum of RGB (Red+Green+Blue) = 197+223+250=670 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.40% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5DFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DFFA is #3A2005. Grayscale: #DADADA. Windows color (decimal): -3809286 or 16441285. OLE color: 16441285.
HSL color Cylindrical-coordinate representation of color #C5DFFA: hue angle of 210.57º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5DFFA is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 197 | 223 | 250 | - |
CMYK | 0.21 | 0.11 | 0 | 0.02 |
HSL | 210.57º | 0.84% | 0.88% | - |
HSV(B) | 210.57º | 0.21% | 0.98% | - |
XYZ | 66.67 | 71.55 | 100.74 | - |
YUV | 218.3 | 145.89 | 112.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 223 | 250 | 0.21 | 0.11 | 0 | 0.02 | 210.57 | 0.84 | 0.88 |
Hex | C5 | DF | FA | 15 | B | 0 | 2 | D3 | 54 | 58 |
Octal | 305 | 337 | 372 | 25 | 13 | 0 | 2 | 323 | 124 | 130 |
Binary | 11000101 | 11011111 | 11111010 | 10101 | 1011 | 0 | 10 | 11010011 | 1010100 | 1011000 |
Color Harmonies of #C5DFFA
Complementary color
Monochromatic Colors of #C5DFFA
Black with #C5DFFA
Text Example
Text Example
White with #C5DFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DFFA; }
p { color: rgb(197,223,250); }
H1.HeaderClassName
{
color: #C5DFFA;
}
.AnyTagClassName
{
color: #C5DFFA;
}
</style>
background-color css
<style>
a { background-color: #C5DFFA; }
a { background-color: rgb(197,223,250); }
div.DivClassName
{
background-color: #C5DFFA;
}
.BgClassName
{
background-color: #C5DFFA;
}
</style>
border-color css
<style>
span { border-color: #C5DFFA; }
span { border-color: rgb(197,223,250); }
td.TdClassName
{
border-color: #C5DFFA;
}
.TagClassName
{
border-color: #C5DFFA;
}
</style>