Shades of Pattens Blue #C3E4FE
Tints of Pattens Blue #C3E4FE
RGB
CMYK
RGB Variations
Color information
#C3E4FE (or 0xC3E4FE) is known color: Pattens Blue. HEX triplet: C3, E4 and FE. RGB value is (195,228,254). Sum of RGB (Red+Green+Blue) = 195+228+254=677 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.80% from 677); Green value is 228 (89.45% from 255 or 33.68% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3E4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3E4FE is #3C1B01. Grayscale: #DCDCDC. Windows color (decimal): -3939074 or 16704707. OLE color: 16704707.
HSL color Cylindrical-coordinate representation of color #C3E4FE: hue angle of 206.44º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3E4FE is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 228 | 254 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.00 |
| HSL | 206.44º | 0.97% | 0.88% | - |
| HSV(B) | 206.44º | 0.23% | 1% | - |
| XYZ | 68.14 | 74.24 | 104.51 | - |
| YUV | 221.1 | 146.57 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 228 | 254 | 0.23 | 0.10 | 0 | 0.00 | 206.44 | 0.97 | 0.88 |
| Hex | C3 | E4 | FE | 17 | A | 0 | 0 | CE | 61 | 58 |
| Octal | 303 | 344 | 376 | 27 | 12 | 0 | 0 | 316 | 141 | 130 |
| Binary | 11000011 | 11100100 | 11111110 | 10111 | 1010 | 0 | 0 | 11001110 | 1100001 | 1011000 |
Color Harmonies of #C3E4FE
Complementary color
Monochromatic Colors of #C3E4FE
Black with #C3E4FE
Text Example
Text Example
White with #C3E4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E4FE; }
p { color: rgb(195,228,254); }
H1.HeaderClassName
{
color: #C3E4FE;
}
.AnyTagClassName
{
color: #C3E4FE;
}
</style>
background-color css
<style>
a { background-color: #C3E4FE; }
a { background-color: rgb(195,228,254); }
div.DivClassName
{
background-color: #C3E4FE;
}
.BgClassName
{
background-color: #C3E4FE;
}
</style>
border-color css
<style>
span { border-color: #C3E4FE; }
span { border-color: rgb(195,228,254); }
td.TdClassName
{
border-color: #C3E4FE;
}
.TagClassName
{
border-color: #C3E4FE;
}
</style>