Shades of Pattens Blue #C2D9EE
Tints of Pattens Blue #C2D9EE
RGB
CMYK
RGB Variations
Color information
#C2D9EE (or 0xC2D9EE) is known color: Pattens Blue. HEX triplet: C2, D9 and EE. RGB value is (194,217,238). Sum of RGB (Red+Green+Blue) = 194+217+238=649 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.89% from 649); Green value is 217 (85.16% from 255 or 33.44% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2D9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2D9EE is #3D2611. Grayscale: #D4D4D4. Windows color (decimal): -4007442 or 15653314. OLE color: 15653314.
HSL color Cylindrical-coordinate representation of color #C2D9EE: hue angle of 208.64º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2D9EE is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 217 | 238 | - |
CMYK | 0.18 | 0.09 | 0 | 0.07 |
HSL | 208.64º | 0.56% | 0.85% | - |
HSV(B) | 208.64º | 0.18% | 0.93% | - |
XYZ | 62.49 | 67.27 | 90.58 | - |
YUV | 212.52 | 142.38 | 114.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 217 | 238 | 0.18 | 0.09 | 0 | 0.07 | 208.64 | 0.56 | 0.85 |
Hex | C2 | D9 | EE | 12 | 9 | 0 | 7 | D1 | 38 | 55 |
Octal | 302 | 331 | 356 | 22 | 11 | 0 | 7 | 321 | 70 | 125 |
Binary | 11000010 | 11011001 | 11101110 | 10010 | 1001 | 0 | 111 | 11010001 | 111000 | 1010101 |
Color Harmonies of #C2D9EE
Complementary color
Monochromatic Colors of #C2D9EE
Black with #C2D9EE
Text Example
Text Example
White with #C2D9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D9EE; }
p { color: rgb(194,217,238); }
H1.HeaderClassName
{
color: #C2D9EE;
}
.AnyTagClassName
{
color: #C2D9EE;
}
</style>
background-color css
<style>
a { background-color: #C2D9EE; }
a { background-color: rgb(194,217,238); }
div.DivClassName
{
background-color: #C2D9EE;
}
.BgClassName
{
background-color: #C2D9EE;
}
</style>
border-color css
<style>
span { border-color: #C2D9EE; }
span { border-color: rgb(194,217,238); }
td.TdClassName
{
border-color: #C2D9EE;
}
.TagClassName
{
border-color: #C2D9EE;
}
</style>