Shades of Pattens Blue #C2D9EA
Tints of Pattens Blue #C2D9EA
RGB
CMYK
RGB Variations
Color information
#C2D9EA (or 0xC2D9EA) is known color: Pattens Blue. HEX triplet: C2, D9 and EA. RGB value is (194,217,234). Sum of RGB (Red+Green+Blue) = 194+217+234=645 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.08% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2D9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2D9EA is #3D2615. Grayscale: #D3D3D3. Windows color (decimal): -4007446 or 15391170. OLE color: 15391170.
HSL color Cylindrical-coordinate representation of color #C2D9EA: hue angle of 205.5º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2D9EA is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 217 | 234 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.08 |
| HSL | 205.5º | 0.49% | 0.84% | - |
| HSV(B) | 205.5º | 0.17% | 0.92% | - |
| XYZ | 61.91 | 67.04 | 87.52 | - |
| YUV | 212.06 | 140.38 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 217 | 234 | 0.17 | 0.07 | 0 | 0.08 | 205.5 | 0.49 | 0.84 |
| Hex | C2 | D9 | EA | 11 | 7 | 0 | 8 | CE | 31 | 54 |
| Octal | 302 | 331 | 352 | 21 | 7 | 0 | 10 | 316 | 61 | 124 |
| Binary | 11000010 | 11011001 | 11101010 | 10001 | 111 | 0 | 1000 | 11001110 | 110001 | 1010100 |
Color Harmonies of #C2D9EA
Complementary color
Monochromatic Colors of #C2D9EA
Black with #C2D9EA
Text Example
Text Example
White with #C2D9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D9EA; }
p { color: rgb(194,217,234); }
H1.HeaderClassName
{
color: #C2D9EA;
}
.AnyTagClassName
{
color: #C2D9EA;
}
</style>
background-color css
<style>
a { background-color: #C2D9EA; }
a { background-color: rgb(194,217,234); }
div.DivClassName
{
background-color: #C2D9EA;
}
.BgClassName
{
background-color: #C2D9EA;
}
</style>
border-color css
<style>
span { border-color: #C2D9EA; }
span { border-color: rgb(194,217,234); }
td.TdClassName
{
border-color: #C2D9EA;
}
.TagClassName
{
border-color: #C2D9EA;
}
</style>