Shades of Pattens Blue #C2DAEB
Tints of Pattens Blue #C2DAEB
RGB
CMYK
RGB Variations
Color information
#C2DAEB (or 0xC2DAEB) is known color: Pattens Blue. HEX triplet: C2, DA and EB. RGB value is (194,218,235). Sum of RGB (Red+Green+Blue) = 194+218+235=647 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.98% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2DAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DAEB is #3D2514. Grayscale: #D4D4D4. Windows color (decimal): -4007189 or 15456962. OLE color: 15456962.
HSL color Cylindrical-coordinate representation of color #C2DAEB: hue angle of 204.88º degrees, saturation: 0.51, 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 #C2DAEB is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 194 | 218 | 235 | - |
CMYK | 0.17 | 0.07 | 0 | 0.08 |
HSL | 204.88º | 0.51% | 0.84% | - |
HSV(B) | 204.88º | 0.17% | 0.92% | - |
XYZ | 62.31 | 67.61 | 88.36 | - |
YUV | 212.76 | 140.55 | 114.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 218 | 235 | 0.17 | 0.07 | 0 | 0.08 | 204.88 | 0.51 | 0.84 |
Hex | C2 | DA | EB | 11 | 7 | 0 | 8 | CD | 33 | 54 |
Octal | 302 | 332 | 353 | 21 | 7 | 0 | 10 | 315 | 63 | 124 |
Binary | 11000010 | 11011010 | 11101011 | 10001 | 111 | 0 | 1000 | 11001101 | 110011 | 1010100 |
Color Harmonies of #C2DAEB
Complementary color
Monochromatic Colors of #C2DAEB
Black with #C2DAEB
Text Example
Text Example
White with #C2DAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DAEB; }
p { color: rgb(194,218,235); }
H1.HeaderClassName
{
color: #C2DAEB;
}
.AnyTagClassName
{
color: #C2DAEB;
}
</style>
background-color css
<style>
a { background-color: #C2DAEB; }
a { background-color: rgb(194,218,235); }
div.DivClassName
{
background-color: #C2DAEB;
}
.BgClassName
{
background-color: #C2DAEB;
}
</style>
border-color css
<style>
span { border-color: #C2DAEB; }
span { border-color: rgb(194,218,235); }
td.TdClassName
{
border-color: #C2DAEB;
}
.TagClassName
{
border-color: #C2DAEB;
}
</style>