Shades of Pattens Blue #C3ECFF
Tints of Pattens Blue #C3ECFF
RGB
CMYK
RGB Variations
Color information
#C3ECFF (or 0xC3ECFF) is known color: Pattens Blue. HEX triplet: C3, EC and FF. RGB value is (195,236,255). Sum of RGB (Red+Green+Blue) = 195+236+255=686 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.43% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3ECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3ECFF is #3C1300. Grayscale: #E1E1E1. Windows color (decimal): -3937025 or 16772291. OLE color: 16772291.
HSL color Cylindrical-coordinate representation of color #C3ECFF: hue angle of 199º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3ECFF is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 236 | 255 | - |
| CMYK | 0.24 | 0.07 | 0 | 0 |
| HSL | 199º | 1% | 0.88% | - |
| HSV(B) | 199º | 0.24% | 1% | - |
| XYZ | 70.55 | 78.81 | 106.1 | - |
| YUV | 225.91 | 144.42 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 236 | 255 | 0.24 | 0.07 | 0 | 0 | 199 | 1 | 0.88 |
| Hex | C3 | EC | FF | 18 | 7 | 0 | 0 | C7 | 64 | 58 |
| Octal | 303 | 354 | 377 | 30 | 7 | 0 | 0 | 307 | 144 | 130 |
| Binary | 11000011 | 11101100 | 11111111 | 11000 | 111 | 0 | 0 | 11000111 | 1100100 | 1011000 |
Color Harmonies of #C3ECFF
Complementary color
Monochromatic Colors of #C3ECFF
Black with #C3ECFF
Text Example
Text Example
White with #C3ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ECFF; }
p { color: rgb(195,236,255); }
H1.HeaderClassName
{
color: #C3ECFF;
}
.AnyTagClassName
{
color: #C3ECFF;
}
</style>
background-color css
<style>
a { background-color: #C3ECFF; }
a { background-color: rgb(195,236,255); }
div.DivClassName
{
background-color: #C3ECFF;
}
.BgClassName
{
background-color: #C3ECFF;
}
</style>
border-color css
<style>
span { border-color: #C3ECFF; }
span { border-color: rgb(195,236,255); }
td.TdClassName
{
border-color: #C3ECFF;
}
.TagClassName
{
border-color: #C3ECFF;
}
</style>