Shades of Pattens Blue #C2DBEF
Tints of Pattens Blue #C2DBEF
RGB
CMYK
RGB Variations
Color information
#C2DBEF (or 0xC2DBEF) is known color: Pattens Blue. HEX triplet: C2, DB and EF. RGB value is (194,219,239). Sum of RGB (Red+Green+Blue) = 194+219+239=652 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.75% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DBEF is #3D2410. Grayscale: #D5D5D5. Windows color (decimal): -4006929 or 15719362. OLE color: 15719362.
HSL color Cylindrical-coordinate representation of color #C2DBEF: hue angle of 206.67º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2DBEF is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 219 | 239 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.06 |
| HSL | 206.67º | 0.58% | 0.85% | - |
| HSV(B) | 206.67º | 0.19% | 0.94% | - |
| XYZ | 63.16 | 68.36 | 91.53 | - |
| YUV | 213.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 239 | 0.19 | 0.08 | 0 | 0.06 | 206.67 | 0.58 | 0.85 |
| Hex | C2 | DB | EF | 13 | 8 | 0 | 6 | CF | 3A | 55 |
| Octal | 302 | 333 | 357 | 23 | 10 | 0 | 6 | 317 | 72 | 125 |
| Binary | 11000010 | 11011011 | 11101111 | 10011 | 1000 | 0 | 110 | 11001111 | 111010 | 1010101 |
Color Harmonies of #C2DBEF
Complementary color
Monochromatic Colors of #C2DBEF
Black with #C2DBEF
Text Example
Text Example
White with #C2DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DBEF; }
p { color: rgb(194,219,239); }
H1.HeaderClassName
{
color: #C2DBEF;
}
.AnyTagClassName
{
color: #C2DBEF;
}
</style>
background-color css
<style>
a { background-color: #C2DBEF; }
a { background-color: rgb(194,219,239); }
div.DivClassName
{
background-color: #C2DBEF;
}
.BgClassName
{
background-color: #C2DBEF;
}
</style>
border-color css
<style>
span { border-color: #C2DBEF; }
span { border-color: rgb(194,219,239); }
td.TdClassName
{
border-color: #C2DBEF;
}
.TagClassName
{
border-color: #C2DBEF;
}
</style>