Shades of Pattens Blue #C2E9FC
Tints of Pattens Blue #C2E9FC
RGB
CMYK
RGB Variations
Color information
#C2E9FC (or 0xC2E9FC) is known color: Pattens Blue. HEX triplet: C2, E9 and FC. RGB value is (194,233,252). Sum of RGB (Red+Green+Blue) = 194+233+252=679 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.57% from 679); Green value is 233 (91.41% from 255 or 34.32% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2E9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2E9FC is #3D1603. Grayscale: #DFDFDF. Windows color (decimal): -4003332 or 16574914. OLE color: 16574914.
HSL color Cylindrical-coordinate representation of color #C2E9FC: hue angle of 199.66º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2E9FC is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 194 | 233 | 252 | - |
CMYK | 0.23 | 0.08 | 0 | 0.01 |
HSL | 199.66º | 0.91% | 0.87% | - |
HSV(B) | 199.66º | 0.23% | 0.99% | - |
XYZ | 68.96 | 76.78 | 103.28 | - |
YUV | 223.51 | 144.08 | 106.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 233 | 252 | 0.23 | 0.08 | 0 | 0.01 | 199.66 | 0.91 | 0.87 |
Hex | C2 | E9 | FC | 17 | 8 | 0 | 1 | C8 | 5B | 57 |
Octal | 302 | 351 | 374 | 27 | 10 | 0 | 1 | 310 | 133 | 127 |
Binary | 11000010 | 11101001 | 11111100 | 10111 | 1000 | 0 | 1 | 11001000 | 1011011 | 1010111 |
Color Harmonies of #C2E9FC
Complementary color
Monochromatic Colors of #C2E9FC
Black with #C2E9FC
Text Example
Text Example
White with #C2E9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E9FC; }
p { color: rgb(194,233,252); }
H1.HeaderClassName
{
color: #C2E9FC;
}
.AnyTagClassName
{
color: #C2E9FC;
}
</style>
background-color css
<style>
a { background-color: #C2E9FC; }
a { background-color: rgb(194,233,252); }
div.DivClassName
{
background-color: #C2E9FC;
}
.BgClassName
{
background-color: #C2E9FC;
}
</style>
border-color css
<style>
span { border-color: #C2E9FC; }
span { border-color: rgb(194,233,252); }
td.TdClassName
{
border-color: #C2E9FC;
}
.TagClassName
{
border-color: #C2E9FC;
}
</style>