Shades of Pattens Blue #C5E2FF
Tints of Pattens Blue #C5E2FF
RGB
CMYK
RGB Variations
Color information
#C5E2FF (or 0xC5E2FF) is known color: Pattens Blue. HEX triplet: C5, E2 and FF. RGB value is (197,226,255). Sum of RGB (Red+Green+Blue) = 197+226+255=678 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.06% from 678); Green value is 226 (88.67% from 255 or 33.33% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5E2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5E2FF is #3A1D00. Grayscale: #DCDCDC. Windows color (decimal): -3808513 or 16769733. OLE color: 16769733.
HSL color Cylindrical-coordinate representation of color #C5E2FF: hue angle of 210º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5E2FF is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 197 | 226 | 255 | - |
CMYK | 0.23 | 0.11 | 0 | 0 |
HSL | 210º | 1% | 0.89% | - |
HSV(B) | 210º | 0.23% | 1% | - |
XYZ | 68.27 | 73.48 | 105.19 | - |
YUV | 220.64 | 147.39 | 111.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 226 | 255 | 0.23 | 0.11 | 0 | 0 | 210 | 1 | 0.89 |
Hex | C5 | E2 | FF | 17 | B | 0 | 0 | D2 | 64 | 59 |
Octal | 305 | 342 | 377 | 27 | 13 | 0 | 0 | 322 | 144 | 131 |
Binary | 11000101 | 11100010 | 11111111 | 10111 | 1011 | 0 | 0 | 11010010 | 1100100 | 1011001 |
Color Harmonies of #C5E2FF
Complementary color
Monochromatic Colors of #C5E2FF
Black with #C5E2FF
Text Example
Text Example
White with #C5E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E2FF; }
p { color: rgb(197,226,255); }
H1.HeaderClassName
{
color: #C5E2FF;
}
.AnyTagClassName
{
color: #C5E2FF;
}
</style>
background-color css
<style>
a { background-color: #C5E2FF; }
a { background-color: rgb(197,226,255); }
div.DivClassName
{
background-color: #C5E2FF;
}
.BgClassName
{
background-color: #C5E2FF;
}
</style>
border-color css
<style>
span { border-color: #C5E2FF; }
span { border-color: rgb(197,226,255); }
td.TdClassName
{
border-color: #C5E2FF;
}
.TagClassName
{
border-color: #C5E2FF;
}
</style>