Shades of Pattens Blue #C1DBF5
Tints of Pattens Blue #C1DBF5
RGB
CMYK
RGB Variations
Color information
#C1DBF5 (or 0xC1DBF5) is known color: Pattens Blue. HEX triplet: C1, DB and F5. RGB value is (193,219,245). Sum of RGB (Red+Green+Blue) = 193+219+245=657 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.38% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 245 (96.09% from 255 or 37.29% from 657); Max value from RGB is 245 - color contains mainly: blue. Hex color #C1DBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DBF5 is #3E240A. Grayscale: #D6D6D6. Windows color (decimal): -4072459 or 16112577. OLE color: 16112577.
HSL color Cylindrical-coordinate representation of color #C1DBF5: hue angle of 210º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1DBF5 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 219 | 245 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.04 |
| HSL | 210º | 0.72% | 0.86% | - |
| HSV(B) | 210º | 0.21% | 0.96% | - |
| XYZ | 63.81 | 68.59 | 96.26 | - |
| YUV | 214.19 | 145.39 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 245 | 0.21 | 0.11 | 0 | 0.04 | 210 | 0.72 | 0.86 |
| Hex | C1 | DB | F5 | 15 | B | 0 | 4 | D2 | 48 | 56 |
| Octal | 301 | 333 | 365 | 25 | 13 | 0 | 4 | 322 | 110 | 126 |
| Binary | 11000001 | 11011011 | 11110101 | 10101 | 1011 | 0 | 100 | 11010010 | 1001000 | 1010110 |
Color Harmonies of #C1DBF5
Complementary color
Monochromatic Colors of #C1DBF5
Black with #C1DBF5
Text Example
Text Example
White with #C1DBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DBF5; }
p { color: rgb(193,219,245); }
H1.HeaderClassName
{
color: #C1DBF5;
}
.AnyTagClassName
{
color: #C1DBF5;
}
</style>
background-color css
<style>
a { background-color: #C1DBF5; }
a { background-color: rgb(193,219,245); }
div.DivClassName
{
background-color: #C1DBF5;
}
.BgClassName
{
background-color: #C1DBF5;
}
</style>
border-color css
<style>
span { border-color: #C1DBF5; }
span { border-color: rgb(193,219,245); }
td.TdClassName
{
border-color: #C1DBF5;
}
.TagClassName
{
border-color: #C1DBF5;
}
</style>