Shades of Pattens Blue #C3E2FC
Tints of Pattens Blue #C3E2FC
RGB
CMYK
RGB Variations
Color information
#C3E2FC (or 0xC3E2FC) is known color: Pattens Blue. HEX triplet: C3, E2 and FC. RGB value is (195,226,252). Sum of RGB (Red+Green+Blue) = 195+226+252=673 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.97% from 673); Green value is 226 (88.67% from 255 or 33.58% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3E2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3E2FC is #3C1D03. Grayscale: #DBDBDB. Windows color (decimal): -3939588 or 16573123. OLE color: 16573123.
HSL color Cylindrical-coordinate representation of color #C3E2FC: hue angle of 207.37º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3E2FC is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 226 | 252 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.01 |
| HSL | 207.37º | 0.9% | 0.88% | - |
| HSV(B) | 207.37º | 0.23% | 0.99% | - |
| XYZ | 67.27 | 73.02 | 102.64 | - |
| YUV | 219.7 | 146.23 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 226 | 252 | 0.23 | 0.10 | 0 | 0.01 | 207.37 | 0.9 | 0.88 |
| Hex | C3 | E2 | FC | 17 | A | 0 | 1 | CF | 5A | 58 |
| Octal | 303 | 342 | 374 | 27 | 12 | 0 | 1 | 317 | 132 | 130 |
| Binary | 11000011 | 11100010 | 11111100 | 10111 | 1010 | 0 | 1 | 11001111 | 1011010 | 1011000 |
Color Harmonies of #C3E2FC
Complementary color
Monochromatic Colors of #C3E2FC
Black with #C3E2FC
Text Example
Text Example
White with #C3E2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E2FC; }
p { color: rgb(195,226,252); }
H1.HeaderClassName
{
color: #C3E2FC;
}
.AnyTagClassName
{
color: #C3E2FC;
}
</style>
background-color css
<style>
a { background-color: #C3E2FC; }
a { background-color: rgb(195,226,252); }
div.DivClassName
{
background-color: #C3E2FC;
}
.BgClassName
{
background-color: #C3E2FC;
}
</style>
border-color css
<style>
span { border-color: #C3E2FC; }
span { border-color: rgb(195,226,252); }
td.TdClassName
{
border-color: #C3E2FC;
}
.TagClassName
{
border-color: #C3E2FC;
}
</style>