Shades of Pattens Blue #C2EAFE
Tints of Pattens Blue #C2EAFE
RGB
CMYK
RGB Variations
Color information
#C2EAFE (or 0xC2EAFE) is known color: Pattens Blue. HEX triplet: C2, EA and FE. RGB value is (194,234,254). Sum of RGB (Red+Green+Blue) = 194+234+254=682 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.45% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2EAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EAFE is #3D1501. Grayscale: #E0E0E0. Windows color (decimal): -4003074 or 16706242. OLE color: 16706242.
HSL color Cylindrical-coordinate representation of color #C2EAFE: hue angle of 200º 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 #C2EAFE is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 234 | 254 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.00 |
| HSL | 200º | 0.97% | 0.88% | - |
| HSV(B) | 200º | 0.24% | 1% | - |
| XYZ | 69.56 | 77.47 | 105.05 | - |
| YUV | 224.32 | 144.75 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 254 | 0.24 | 0.08 | 0 | 0.00 | 200 | 0.97 | 0.88 |
| Hex | C2 | EA | FE | 18 | 8 | 0 | 0 | C8 | 61 | 58 |
| Octal | 302 | 352 | 376 | 30 | 10 | 0 | 0 | 310 | 141 | 130 |
| Binary | 11000010 | 11101010 | 11111110 | 11000 | 1000 | 0 | 0 | 11001000 | 1100001 | 1011000 |
Color Harmonies of #C2EAFE
Complementary color
Monochromatic Colors of #C2EAFE
Black with #C2EAFE
Text Example
Text Example
White with #C2EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EAFE; }
p { color: rgb(194,234,254); }
H1.HeaderClassName
{
color: #C2EAFE;
}
.AnyTagClassName
{
color: #C2EAFE;
}
</style>
background-color css
<style>
a { background-color: #C2EAFE; }
a { background-color: rgb(194,234,254); }
div.DivClassName
{
background-color: #C2EAFE;
}
.BgClassName
{
background-color: #C2EAFE;
}
</style>
border-color css
<style>
span { border-color: #C2EAFE; }
span { border-color: rgb(194,234,254); }
td.TdClassName
{
border-color: #C2EAFE;
}
.TagClassName
{
border-color: #C2EAFE;
}
</style>