Shades of Pattens Blue #C2DAE8
Tints of Pattens Blue #C2DAE8
RGB
CMYK
RGB Variations
Color information
#C2DAE8 (or 0xC2DAE8) is known color: Pattens Blue. HEX triplet: C2, DA and E8. RGB value is (194,218,232). Sum of RGB (Red+Green+Blue) = 194+218+232=644 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.12% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 232 (91.02% from 255 or 36.02% from 644); Max value from RGB is 232 - color contains mainly: blue. Hex color #C2DAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DAE8 is #3D2517. Grayscale: #D4D4D4. Windows color (decimal): -4007192 or 15260354. OLE color: 15260354.
HSL color Cylindrical-coordinate representation of color #C2DAE8: hue angle of 202.11º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2DAE8 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 218 | 232 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.09 |
| HSL | 202.11º | 0.45% | 0.84% | - |
| HSV(B) | 202.11º | 0.16% | 0.91% | - |
| XYZ | 61.89 | 67.44 | 86.1 | - |
| YUV | 212.42 | 139.05 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 218 | 232 | 0.16 | 0.06 | 0 | 0.09 | 202.11 | 0.45 | 0.84 |
| Hex | C2 | DA | E8 | 10 | 6 | 0 | 9 | CA | 2D | 54 |
| Octal | 302 | 332 | 350 | 20 | 6 | 0 | 11 | 312 | 55 | 124 |
| Binary | 11000010 | 11011010 | 11101000 | 10000 | 110 | 0 | 1001 | 11001010 | 101101 | 1010100 |
Color Harmonies of #C2DAE8
Complementary color
Monochromatic Colors of #C2DAE8
Black with #C2DAE8
Text Example
Text Example
White with #C2DAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DAE8; }
p { color: rgb(194,218,232); }
H1.HeaderClassName
{
color: #C2DAE8;
}
.AnyTagClassName
{
color: #C2DAE8;
}
</style>
background-color css
<style>
a { background-color: #C2DAE8; }
a { background-color: rgb(194,218,232); }
div.DivClassName
{
background-color: #C2DAE8;
}
.BgClassName
{
background-color: #C2DAE8;
}
</style>
border-color css
<style>
span { border-color: #C2DAE8; }
span { border-color: rgb(194,218,232); }
td.TdClassName
{
border-color: #C2DAE8;
}
.TagClassName
{
border-color: #C2DAE8;
}
</style>