Shades of Pattens Blue #C3DBF3
Tints of Pattens Blue #C3DBF3
RGB
CMYK
RGB Variations
Color information
#C3DBF3 (or 0xC3DBF3) is known color: Pattens Blue. HEX triplet: C3, DB and F3. RGB value is (195,219,243). Sum of RGB (Red+Green+Blue) = 195+219+243=657 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.68% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #C3DBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DBF3 is #3C240C. Grayscale: #D6D6D6. Windows color (decimal): -3941389 or 15981507. OLE color: 15981507.
HSL color Cylindrical-coordinate representation of color #C3DBF3: hue angle of 210º 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 #C3DBF3 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 219 | 243 | - |
| CMYK | 0.20 | 0.10 | 0 | 0.05 |
| HSL | 210º | 0.67% | 0.86% | - |
| HSV(B) | 210º | 0.2% | 0.95% | - |
| XYZ | 64.01 | 68.74 | 94.69 | - |
| YUV | 214.56 | 144.05 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 219 | 243 | 0.20 | 0.10 | 0 | 0.05 | 210 | 0.67 | 0.86 |
| Hex | C3 | DB | F3 | 14 | A | 0 | 5 | D2 | 43 | 56 |
| Octal | 303 | 333 | 363 | 24 | 12 | 0 | 5 | 322 | 103 | 126 |
| Binary | 11000011 | 11011011 | 11110011 | 10100 | 1010 | 0 | 101 | 11010010 | 1000011 | 1010110 |
Color Harmonies of #C3DBF3
Complementary color
Monochromatic Colors of #C3DBF3
Black with #C3DBF3
Text Example
Text Example
White with #C3DBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DBF3; }
p { color: rgb(195,219,243); }
H1.HeaderClassName
{
color: #C3DBF3;
}
.AnyTagClassName
{
color: #C3DBF3;
}
</style>
background-color css
<style>
a { background-color: #C3DBF3; }
a { background-color: rgb(195,219,243); }
div.DivClassName
{
background-color: #C3DBF3;
}
.BgClassName
{
background-color: #C3DBF3;
}
</style>
border-color css
<style>
span { border-color: #C3DBF3; }
span { border-color: rgb(195,219,243); }
td.TdClassName
{
border-color: #C3DBF3;
}
.TagClassName
{
border-color: #C3DBF3;
}
</style>