Shades of Pattens Blue #C3E5FC
Tints of Pattens Blue #C3E5FC
RGB
CMYK
RGB Variations
Color information
#C3E5FC (or 0xC3E5FC) is known color: Pattens Blue. HEX triplet: C3, E5 and FC. RGB value is (195,229,252). Sum of RGB (Red+Green+Blue) = 195+229+252=676 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.85% from 676); Green value is 229 (89.84% from 255 or 33.88% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3E5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3E5FC is #3C1A03. Grayscale: #DDDDDD. Windows color (decimal): -3938820 or 16573891. OLE color: 16573891.
HSL color Cylindrical-coordinate representation of color #C3E5FC: hue angle of 204.21º 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 #C3E5FC is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 229 | 252 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.01 |
| HSL | 204.21º | 0.9% | 0.88% | - |
| HSV(B) | 204.21º | 0.23% | 0.99% | - |
| XYZ | 68.1 | 74.67 | 102.92 | - |
| YUV | 221.46 | 145.24 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 229 | 252 | 0.23 | 0.09 | 0 | 0.01 | 204.21 | 0.9 | 0.88 |
| Hex | C3 | E5 | FC | 17 | 9 | 0 | 1 | CC | 5A | 58 |
| Octal | 303 | 345 | 374 | 27 | 11 | 0 | 1 | 314 | 132 | 130 |
| Binary | 11000011 | 11100101 | 11111100 | 10111 | 1001 | 0 | 1 | 11001100 | 1011010 | 1011000 |
Color Harmonies of #C3E5FC
Complementary color
Monochromatic Colors of #C3E5FC
Black with #C3E5FC
Text Example
Text Example
White with #C3E5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E5FC; }
p { color: rgb(195,229,252); }
H1.HeaderClassName
{
color: #C3E5FC;
}
.AnyTagClassName
{
color: #C3E5FC;
}
</style>
background-color css
<style>
a { background-color: #C3E5FC; }
a { background-color: rgb(195,229,252); }
div.DivClassName
{
background-color: #C3E5FC;
}
.BgClassName
{
background-color: #C3E5FC;
}
</style>
border-color css
<style>
span { border-color: #C3E5FC; }
span { border-color: rgb(195,229,252); }
td.TdClassName
{
border-color: #C3E5FC;
}
.TagClassName
{
border-color: #C3E5FC;
}
</style>