Shades of Pattens Blue #C2E5FB
Tints of Pattens Blue #C2E5FB
RGB
CMYK
RGB Variations
Color information
#C2E5FB (or 0xC2E5FB) is known color: Pattens Blue. HEX triplet: C2, E5 and FB. RGB value is (194,229,251). Sum of RGB (Red+Green+Blue) = 194+229+251=674 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.78% from 674); Green value is 229 (89.84% from 255 or 33.98% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2E5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2E5FB is #3D1A04. Grayscale: #DCDCDC. Windows color (decimal): -4004357 or 16508354. OLE color: 16508354.
HSL color Cylindrical-coordinate representation of color #C2E5FB: hue angle of 203.16º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2E5FB is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 229 | 251 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.02 |
| HSL | 203.16º | 0.88% | 0.87% | - |
| HSV(B) | 203.16º | 0.23% | 0.98% | - |
| XYZ | 67.68 | 74.47 | 102.07 | - |
| YUV | 221.04 | 144.9 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 229 | 251 | 0.23 | 0.09 | 0 | 0.02 | 203.16 | 0.88 | 0.87 |
| Hex | C2 | E5 | FB | 17 | 9 | 0 | 2 | CB | 58 | 57 |
| Octal | 302 | 345 | 373 | 27 | 11 | 0 | 2 | 313 | 130 | 127 |
| Binary | 11000010 | 11100101 | 11111011 | 10111 | 1001 | 0 | 10 | 11001011 | 1011000 | 1010111 |
Color Harmonies of #C2E5FB
Complementary color
Monochromatic Colors of #C2E5FB
Black with #C2E5FB
Text Example
Text Example
White with #C2E5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E5FB; }
p { color: rgb(194,229,251); }
H1.HeaderClassName
{
color: #C2E5FB;
}
.AnyTagClassName
{
color: #C2E5FB;
}
</style>
background-color css
<style>
a { background-color: #C2E5FB; }
a { background-color: rgb(194,229,251); }
div.DivClassName
{
background-color: #C2E5FB;
}
.BgClassName
{
background-color: #C2E5FB;
}
</style>
border-color css
<style>
span { border-color: #C2E5FB; }
span { border-color: rgb(194,229,251); }
td.TdClassName
{
border-color: #C2E5FB;
}
.TagClassName
{
border-color: #C2E5FB;
}
</style>