Shades of Pattens Blue #C3E5FB
Tints of Pattens Blue #C3E5FB
RGB
CMYK
RGB Variations
Color information
#C3E5FB (or 0xC3E5FB) is known color: Pattens Blue. HEX triplet: C3, E5 and FB. RGB value is (195,229,251). Sum of RGB (Red+Green+Blue) = 195+229+251=675 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.89% from 675); Green value is 229 (89.84% from 255 or 33.93% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #C3E5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3E5FB is #3C1A04. Grayscale: #DDDDDD. Windows color (decimal): -3938821 or 16508355. OLE color: 16508355.
HSL color Cylindrical-coordinate representation of color #C3E5FB: hue angle of 203.57º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3E5FB is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 229 | 251 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.02 |
| HSL | 203.57º | 0.88% | 0.87% | - |
| HSV(B) | 203.57º | 0.22% | 0.98% | - |
| XYZ | 67.94 | 74.61 | 102.09 | - |
| YUV | 221.34 | 144.74 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 229 | 251 | 0.22 | 0.09 | 0 | 0.02 | 203.57 | 0.88 | 0.87 |
| Hex | C3 | E5 | FB | 16 | 9 | 0 | 2 | CC | 58 | 57 |
| Octal | 303 | 345 | 373 | 26 | 11 | 0 | 2 | 314 | 130 | 127 |
| Binary | 11000011 | 11100101 | 11111011 | 10110 | 1001 | 0 | 10 | 11001100 | 1011000 | 1010111 |
Color Harmonies of #C3E5FB
Complementary color
Monochromatic Colors of #C3E5FB
Black with #C3E5FB
Text Example
Text Example
White with #C3E5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E5FB; }
p { color: rgb(195,229,251); }
H1.HeaderClassName
{
color: #C3E5FB;
}
.AnyTagClassName
{
color: #C3E5FB;
}
</style>
background-color css
<style>
a { background-color: #C3E5FB; }
a { background-color: rgb(195,229,251); }
div.DivClassName
{
background-color: #C3E5FB;
}
.BgClassName
{
background-color: #C3E5FB;
}
</style>
border-color css
<style>
span { border-color: #C3E5FB; }
span { border-color: rgb(195,229,251); }
td.TdClassName
{
border-color: #C3E5FB;
}
.TagClassName
{
border-color: #C3E5FB;
}
</style>