Shades of Pattens Blue #C3E6FC
Tints of Pattens Blue #C3E6FC
RGB
CMYK
RGB Variations
Color information
#C3E6FC (or 0xC3E6FC) is known color: Pattens Blue. HEX triplet: C3, E6 and FC. RGB value is (195,230,252). Sum of RGB (Red+Green+Blue) = 195+230+252=677 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.80% from 677); Green value is 230 (90.23% from 255 or 33.97% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3E6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3E6FC is #3C1903. Grayscale: #DDDDDD. Windows color (decimal): -3938564 or 16574147. OLE color: 16574147.
HSL color Cylindrical-coordinate representation of color #C3E6FC: hue angle of 203.16º 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 #C3E6FC is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 230 | 252 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.01 |
| HSL | 203.16º | 0.9% | 0.88% | - |
| HSV(B) | 203.16º | 0.23% | 0.99% | - |
| XYZ | 68.37 | 75.22 | 103.01 | - |
| YUV | 222.04 | 144.9 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 230 | 252 | 0.23 | 0.09 | 0 | 0.01 | 203.16 | 0.9 | 0.88 |
| Hex | C3 | E6 | FC | 17 | 9 | 0 | 1 | CB | 5A | 58 |
| Octal | 303 | 346 | 374 | 27 | 11 | 0 | 1 | 313 | 132 | 130 |
| Binary | 11000011 | 11100110 | 11111100 | 10111 | 1001 | 0 | 1 | 11001011 | 1011010 | 1011000 |
Color Harmonies of #C3E6FC
Complementary color
Monochromatic Colors of #C3E6FC
Black with #C3E6FC
Text Example
Text Example
White with #C3E6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E6FC; }
p { color: rgb(195,230,252); }
H1.HeaderClassName
{
color: #C3E6FC;
}
.AnyTagClassName
{
color: #C3E6FC;
}
</style>
background-color css
<style>
a { background-color: #C3E6FC; }
a { background-color: rgb(195,230,252); }
div.DivClassName
{
background-color: #C3E6FC;
}
.BgClassName
{
background-color: #C3E6FC;
}
</style>
border-color css
<style>
span { border-color: #C3E6FC; }
span { border-color: rgb(195,230,252); }
td.TdClassName
{
border-color: #C3E6FC;
}
.TagClassName
{
border-color: #C3E6FC;
}
</style>