Shades of Pattens Blue #C5E3FE
Tints of Pattens Blue #C5E3FE
RGB
CMYK
RGB Variations
Color information
#C5E3FE (or 0xC5E3FE) is known color: Pattens Blue. HEX triplet: C5, E3 and FE. RGB value is (197,227,254). Sum of RGB (Red+Green+Blue) = 197+227+254=678 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.06% from 678); Green value is 227 (89.06% from 255 or 33.48% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5E3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5E3FE is #3A1C01. Grayscale: #DCDCDC. Windows color (decimal): -3808258 or 16704453. OLE color: 16704453.
HSL color Cylindrical-coordinate representation of color #C5E3FE: hue angle of 208.42º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5E3FE is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 197 | 227 | 254 | - |
CMYK | 0.22 | 0.11 | 0 | 0.00 |
HSL | 208.42º | 0.97% | 0.88% | - |
HSV(B) | 208.42º | 0.22% | 1% | - |
XYZ | 68.38 | 73.96 | 104.44 | - |
YUV | 221.11 | 146.56 | 110.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 227 | 254 | 0.22 | 0.11 | 0 | 0.00 | 208.42 | 0.97 | 0.88 |
Hex | C5 | E3 | FE | 16 | B | 0 | 0 | D0 | 61 | 58 |
Octal | 305 | 343 | 376 | 26 | 13 | 0 | 0 | 320 | 141 | 130 |
Binary | 11000101 | 11100011 | 11111110 | 10110 | 1011 | 0 | 0 | 11010000 | 1100001 | 1011000 |
Color Harmonies of #C5E3FE
Complementary color
Monochromatic Colors of #C5E3FE
Black with #C5E3FE
Text Example
Text Example
White with #C5E3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E3FE; }
p { color: rgb(197,227,254); }
H1.HeaderClassName
{
color: #C5E3FE;
}
.AnyTagClassName
{
color: #C5E3FE;
}
</style>
background-color css
<style>
a { background-color: #C5E3FE; }
a { background-color: rgb(197,227,254); }
div.DivClassName
{
background-color: #C5E3FE;
}
.BgClassName
{
background-color: #C5E3FE;
}
</style>
border-color css
<style>
span { border-color: #C5E3FE; }
span { border-color: rgb(197,227,254); }
td.TdClassName
{
border-color: #C5E3FE;
}
.TagClassName
{
border-color: #C5E3FE;
}
</style>