Shades of Pattens Blue #C2DAEA
Tints of Pattens Blue #C2DAEA
RGB
CMYK
RGB Variations
Color information
#C2DAEA (or 0xC2DAEA) is known color: Pattens Blue. HEX triplet: C2, DA and EA. RGB value is (194,218,234). Sum of RGB (Red+Green+Blue) = 194+218+234=646 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.03% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DAEA is #3D2515. Grayscale: #D4D4D4. Windows color (decimal): -4007190 or 15391426. OLE color: 15391426.
HSL color Cylindrical-coordinate representation of color #C2DAEA: hue angle of 204º 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 #C2DAEA is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 194 | 218 | 234 | - |
CMYK | 0.17 | 0.07 | 0 | 0.08 |
HSL | 204º | 0.49% | 0.84% | - |
HSV(B) | 204º | 0.17% | 0.92% | - |
XYZ | 62.17 | 67.55 | 87.6 | - |
YUV | 212.65 | 140.05 | 114.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 218 | 234 | 0.17 | 0.07 | 0 | 0.08 | 204 | 0.49 | 0.84 |
Hex | C2 | DA | EA | 11 | 7 | 0 | 8 | CC | 31 | 54 |
Octal | 302 | 332 | 352 | 21 | 7 | 0 | 10 | 314 | 61 | 124 |
Binary | 11000010 | 11011010 | 11101010 | 10001 | 111 | 0 | 1000 | 11001100 | 110001 | 1010100 |
Color Harmonies of #C2DAEA
Complementary color
Monochromatic Colors of #C2DAEA
Black with #C2DAEA
Text Example
Text Example
White with #C2DAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DAEA; }
p { color: rgb(194,218,234); }
H1.HeaderClassName
{
color: #C2DAEA;
}
.AnyTagClassName
{
color: #C2DAEA;
}
</style>
background-color css
<style>
a { background-color: #C2DAEA; }
a { background-color: rgb(194,218,234); }
div.DivClassName
{
background-color: #C2DAEA;
}
.BgClassName
{
background-color: #C2DAEA;
}
</style>
border-color css
<style>
span { border-color: #C2DAEA; }
span { border-color: rgb(194,218,234); }
td.TdClassName
{
border-color: #C2DAEA;
}
.TagClassName
{
border-color: #C2DAEA;
}
</style>