Shades of Pattens Blue #C1DEF0
Tints of Pattens Blue #C1DEF0
RGB
CMYK
RGB Variations
Color information
#C1DEF0 (or 0xC1DEF0) is known color: Pattens Blue. HEX triplet: C1, DE and F0. RGB value is (193,222,240). Sum of RGB (Red+Green+Blue) = 193+222+240=655 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.47% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 240 - color contains mainly: blue. Hex color #C1DEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DEF0 is #3E210F. Grayscale: #D7D7D7. Windows color (decimal): -4071696 or 15785665. OLE color: 15785665.
HSL color Cylindrical-coordinate representation of color #C1DEF0: hue angle of 202.98º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1DEF0 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 222 | 240 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.06 |
| HSL | 202.98º | 0.61% | 0.85% | - |
| HSV(B) | 202.98º | 0.2% | 0.94% | - |
| XYZ | 63.84 | 69.87 | 92.56 | - |
| YUV | 215.38 | 141.89 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 222 | 240 | 0.20 | 0.08 | 0 | 0.06 | 202.98 | 0.61 | 0.85 |
| Hex | C1 | DE | F0 | 14 | 8 | 0 | 6 | CB | 3D | 55 |
| Octal | 301 | 336 | 360 | 24 | 10 | 0 | 6 | 313 | 75 | 125 |
| Binary | 11000001 | 11011110 | 11110000 | 10100 | 1000 | 0 | 110 | 11001011 | 111101 | 1010101 |
Color Harmonies of #C1DEF0
Complementary color
Monochromatic Colors of #C1DEF0
Black with #C1DEF0
Text Example
Text Example
White with #C1DEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DEF0; }
p { color: rgb(193,222,240); }
H1.HeaderClassName
{
color: #C1DEF0;
}
.AnyTagClassName
{
color: #C1DEF0;
}
</style>
background-color css
<style>
a { background-color: #C1DEF0; }
a { background-color: rgb(193,222,240); }
div.DivClassName
{
background-color: #C1DEF0;
}
.BgClassName
{
background-color: #C1DEF0;
}
</style>
border-color css
<style>
span { border-color: #C1DEF0; }
span { border-color: rgb(193,222,240); }
td.TdClassName
{
border-color: #C1DEF0;
}
.TagClassName
{
border-color: #C1DEF0;
}
</style>