Shades of Pattens Blue #C2DBF3
Tints of Pattens Blue #C2DBF3
RGB
CMYK
RGB Variations
Color information
#C2DBF3 (or 0xC2DBF3) is known color: Pattens Blue. HEX triplet: C2, DB and F3. RGB value is (194,219,243). Sum of RGB (Red+Green+Blue) = 194+219+243=656 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.57% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #C2DBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DBF3 is #3D240C. Grayscale: #D6D6D6. Windows color (decimal): -4006925 or 15981506. OLE color: 15981506.
HSL color Cylindrical-coordinate representation of color #C2DBF3: hue angle of 209.39º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2DBF3 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 219 | 243 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.05 |
| HSL | 209.39º | 0.67% | 0.86% | - |
| HSV(B) | 209.39º | 0.2% | 0.95% | - |
| XYZ | 63.76 | 68.6 | 94.68 | - |
| YUV | 214.26 | 144.22 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 243 | 0.20 | 0.10 | 0 | 0.05 | 209.39 | 0.67 | 0.86 |
| Hex | C2 | DB | F3 | 14 | A | 0 | 5 | D1 | 43 | 56 |
| Octal | 302 | 333 | 363 | 24 | 12 | 0 | 5 | 321 | 103 | 126 |
| Binary | 11000010 | 11011011 | 11110011 | 10100 | 1010 | 0 | 101 | 11010001 | 1000011 | 1010110 |
Color Harmonies of #C2DBF3
Complementary color
Monochromatic Colors of #C2DBF3
Black with #C2DBF3
Text Example
Text Example
White with #C2DBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DBF3; }
p { color: rgb(194,219,243); }
H1.HeaderClassName
{
color: #C2DBF3;
}
.AnyTagClassName
{
color: #C2DBF3;
}
</style>
background-color css
<style>
a { background-color: #C2DBF3; }
a { background-color: rgb(194,219,243); }
div.DivClassName
{
background-color: #C2DBF3;
}
.BgClassName
{
background-color: #C2DBF3;
}
</style>
border-color css
<style>
span { border-color: #C2DBF3; }
span { border-color: rgb(194,219,243); }
td.TdClassName
{
border-color: #C2DBF3;
}
.TagClassName
{
border-color: #C2DBF3;
}
</style>