Shades of Pattens Blue #C3E8FC
Tints of Pattens Blue #C3E8FC
RGB
CMYK
RGB Variations
Color information
#C3E8FC (or 0xC3E8FC) is known color: Pattens Blue. HEX triplet: C3, E8 and FC. RGB value is (195,232,252). Sum of RGB (Red+Green+Blue) = 195+232+252=679 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.72% from 679); Green value is 232 (91.02% from 255 or 34.17% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3E8FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3E8FC is #3C1703. Grayscale: #DFDFDF. Windows color (decimal): -3938052 or 16574659. OLE color: 16574659.
HSL color Cylindrical-coordinate representation of color #C3E8FC: hue angle of 201.05º 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 #C3E8FC is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 232 | 252 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.01 |
| HSL | 201.05º | 0.9% | 0.88% | - |
| HSV(B) | 201.05º | 0.23% | 0.99% | - |
| XYZ | 68.93 | 76.34 | 103.2 | - |
| YUV | 223.22 | 144.24 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 232 | 252 | 0.23 | 0.08 | 0 | 0.01 | 201.05 | 0.9 | 0.88 |
| Hex | C3 | E8 | FC | 17 | 8 | 0 | 1 | C9 | 5A | 58 |
| Octal | 303 | 350 | 374 | 27 | 10 | 0 | 1 | 311 | 132 | 130 |
| Binary | 11000011 | 11101000 | 11111100 | 10111 | 1000 | 0 | 1 | 11001001 | 1011010 | 1011000 |
Color Harmonies of #C3E8FC
Complementary color
Monochromatic Colors of #C3E8FC
Black with #C3E8FC
Text Example
Text Example
White with #C3E8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E8FC; }
p { color: rgb(195,232,252); }
H1.HeaderClassName
{
color: #C3E8FC;
}
.AnyTagClassName
{
color: #C3E8FC;
}
</style>
background-color css
<style>
a { background-color: #C3E8FC; }
a { background-color: rgb(195,232,252); }
div.DivClassName
{
background-color: #C3E8FC;
}
.BgClassName
{
background-color: #C3E8FC;
}
</style>
border-color css
<style>
span { border-color: #C3E8FC; }
span { border-color: rgb(195,232,252); }
td.TdClassName
{
border-color: #C3E8FC;
}
.TagClassName
{
border-color: #C3E8FC;
}
</style>