Shades of Pattens Blue #C5E8FE
Tints of Pattens Blue #C5E8FE
RGB
CMYK
RGB Variations
Color information
#C5E8FE (or 0xC5E8FE) is known color: Pattens Blue. HEX triplet: C5, E8 and FE. RGB value is (197,232,254). Sum of RGB (Red+Green+Blue) = 197+232+254=683 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.84% from 683); Green value is 232 (91.02% from 255 or 33.97% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5E8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5E8FE is #3A1701. Grayscale: #DFDFDF. Windows color (decimal): -3806978 or 16705733. OLE color: 16705733.
HSL color Cylindrical-coordinate representation of color #C5E8FE: hue angle of 203.16º 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 #C5E8FE is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 197 | 232 | 254 | - |
CMYK | 0.22 | 0.09 | 0 | 0.00 |
HSL | 203.16º | 0.97% | 0.88% | - |
HSV(B) | 203.16º | 0.22% | 1% | - |
XYZ | 69.77 | 76.74 | 104.9 | - |
YUV | 224.04 | 144.9 | 108.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 232 | 254 | 0.22 | 0.09 | 0 | 0.00 | 203.16 | 0.97 | 0.88 |
Hex | C5 | E8 | FE | 16 | 9 | 0 | 0 | CB | 61 | 58 |
Octal | 305 | 350 | 376 | 26 | 11 | 0 | 0 | 313 | 141 | 130 |
Binary | 11000101 | 11101000 | 11111110 | 10110 | 1001 | 0 | 0 | 11001011 | 1100001 | 1011000 |
Color Harmonies of #C5E8FE
Complementary color
Monochromatic Colors of #C5E8FE
Black with #C5E8FE
Text Example
Text Example
White with #C5E8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E8FE; }
p { color: rgb(197,232,254); }
H1.HeaderClassName
{
color: #C5E8FE;
}
.AnyTagClassName
{
color: #C5E8FE;
}
</style>
background-color css
<style>
a { background-color: #C5E8FE; }
a { background-color: rgb(197,232,254); }
div.DivClassName
{
background-color: #C5E8FE;
}
.BgClassName
{
background-color: #C5E8FE;
}
</style>
border-color css
<style>
span { border-color: #C5E8FE; }
span { border-color: rgb(197,232,254); }
td.TdClassName
{
border-color: #C5E8FE;
}
.TagClassName
{
border-color: #C5E8FE;
}
</style>