Shades of Pattens Blue #C2E0FB
Tints of Pattens Blue #C2E0FB
RGB
CMYK
RGB Variations
Color information
#C2E0FB (or 0xC2E0FB) is known color: Pattens Blue. HEX triplet: C2, E0 and FB. RGB value is (194,224,251). Sum of RGB (Red+Green+Blue) = 194+224+251=669 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.00% from 669); Green value is 224 (87.89% from 255 or 33.48% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2E0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2E0FB is #3D1F04. Grayscale: #D9D9D9. Windows color (decimal): -4005637 or 16507074. OLE color: 16507074.
HSL color Cylindrical-coordinate representation of color #C2E0FB: hue angle of 208.42º 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 #C2E0FB is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 224 | 251 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.02 |
| HSL | 208.42º | 0.88% | 0.87% | - |
| HSV(B) | 208.42º | 0.23% | 0.98% | - |
| XYZ | 66.32 | 71.75 | 101.62 | - |
| YUV | 218.11 | 146.56 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 251 | 0.23 | 0.11 | 0 | 0.02 | 208.42 | 0.88 | 0.87 |
| Hex | C2 | E0 | FB | 17 | B | 0 | 2 | D0 | 58 | 57 |
| Octal | 302 | 340 | 373 | 27 | 13 | 0 | 2 | 320 | 130 | 127 |
| Binary | 11000010 | 11100000 | 11111011 | 10111 | 1011 | 0 | 10 | 11010000 | 1011000 | 1010111 |
Color Harmonies of #C2E0FB
Complementary color
Monochromatic Colors of #C2E0FB
Black with #C2E0FB
Text Example
Text Example
White with #C2E0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E0FB; }
p { color: rgb(194,224,251); }
H1.HeaderClassName
{
color: #C2E0FB;
}
.AnyTagClassName
{
color: #C2E0FB;
}
</style>
background-color css
<style>
a { background-color: #C2E0FB; }
a { background-color: rgb(194,224,251); }
div.DivClassName
{
background-color: #C2E0FB;
}
.BgClassName
{
background-color: #C2E0FB;
}
</style>
border-color css
<style>
span { border-color: #C2E0FB; }
span { border-color: rgb(194,224,251); }
td.TdClassName
{
border-color: #C2E0FB;
}
.TagClassName
{
border-color: #C2E0FB;
}
</style>