Shades of Pattens Blue #C2E9FE
Tints of Pattens Blue #C2E9FE
RGB
CMYK
RGB Variations
Color information
#C2E9FE (or 0xC2E9FE) is known color: Pattens Blue. HEX triplet: C2, E9 and FE. RGB value is (194,233,254). Sum of RGB (Red+Green+Blue) = 194+233+254=681 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.49% from 681); Green value is 233 (91.41% from 255 or 34.21% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2E9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2E9FE is #3D1601. Grayscale: #DFDFDF. Windows color (decimal): -4003330 or 16705986. OLE color: 16705986.
HSL color Cylindrical-coordinate representation of color #C2E9FE: hue angle of 201º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2E9FE is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 233 | 254 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.00 |
| HSL | 201º | 0.97% | 0.88% | - |
| HSV(B) | 201º | 0.24% | 1% | - |
| XYZ | 69.28 | 76.9 | 104.96 | - |
| YUV | 223.73 | 145.08 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 233 | 254 | 0.24 | 0.08 | 0 | 0.00 | 201 | 0.97 | 0.88 |
| Hex | C2 | E9 | FE | 18 | 8 | 0 | 0 | C9 | 61 | 58 |
| Octal | 302 | 351 | 376 | 30 | 10 | 0 | 0 | 311 | 141 | 130 |
| Binary | 11000010 | 11101001 | 11111110 | 11000 | 1000 | 0 | 0 | 11001001 | 1100001 | 1011000 |
Color Harmonies of #C2E9FE
Complementary color
Monochromatic Colors of #C2E9FE
Black with #C2E9FE
Text Example
Text Example
White with #C2E9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E9FE; }
p { color: rgb(194,233,254); }
H1.HeaderClassName
{
color: #C2E9FE;
}
.AnyTagClassName
{
color: #C2E9FE;
}
</style>
background-color css
<style>
a { background-color: #C2E9FE; }
a { background-color: rgb(194,233,254); }
div.DivClassName
{
background-color: #C2E9FE;
}
.BgClassName
{
background-color: #C2E9FE;
}
</style>
border-color css
<style>
span { border-color: #C2E9FE; }
span { border-color: rgb(194,233,254); }
td.TdClassName
{
border-color: #C2E9FE;
}
.TagClassName
{
border-color: #C2E9FE;
}
</style>