Shades of Pattens Blue #C5EEFF
Tints of Pattens Blue #C5EEFF
RGB
CMYK
RGB Variations
Color information
#C5EEFF (or 0xC5EEFF) is known color: Pattens Blue. HEX triplet: C5, EE and FF. RGB value is (197,238,255). Sum of RGB (Red+Green+Blue) = 197+238+255=690 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.55% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EEFF is #3A1100. Grayscale: #E3E3E3. Windows color (decimal): -3805441 or 16772805. OLE color: 16772805.
HSL color Cylindrical-coordinate representation of color #C5EEFF: hue angle of 197.59º 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 #C5EEFF is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 238 | 255 | - |
| CMYK | 0.23 | 0.07 | 0 | 0 |
| HSL | 197.59º | 1% | 0.89% | - |
| HSV(B) | 197.59º | 0.23% | 1% | - |
| XYZ | 71.65 | 80.24 | 106.32 | - |
| YUV | 227.68 | 143.42 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 238 | 255 | 0.23 | 0.07 | 0 | 0 | 197.59 | 1 | 0.89 |
| Hex | C5 | EE | FF | 17 | 7 | 0 | 0 | C6 | 64 | 59 |
| Octal | 305 | 356 | 377 | 27 | 7 | 0 | 0 | 306 | 144 | 131 |
| Binary | 11000101 | 11101110 | 11111111 | 10111 | 111 | 0 | 0 | 11000110 | 1100100 | 1011001 |
Color Harmonies of #C5EEFF
Complementary color
Monochromatic Colors of #C5EEFF
Black with #C5EEFF
Text Example
Text Example
White with #C5EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EEFF; }
p { color: rgb(197,238,255); }
H1.HeaderClassName
{
color: #C5EEFF;
}
.AnyTagClassName
{
color: #C5EEFF;
}
</style>
background-color css
<style>
a { background-color: #C5EEFF; }
a { background-color: rgb(197,238,255); }
div.DivClassName
{
background-color: #C5EEFF;
}
.BgClassName
{
background-color: #C5EEFF;
}
</style>
border-color css
<style>
span { border-color: #C5EEFF; }
span { border-color: rgb(197,238,255); }
td.TdClassName
{
border-color: #C5EEFF;
}
.TagClassName
{
border-color: #C5EEFF;
}
</style>