Shades of Pattens Blue #C1DCF8
Tints of Pattens Blue #C1DCF8
RGB
CMYK
RGB Variations
Color information
#C1DCF8 (or 0xC1DCF8) is known color: Pattens Blue. HEX triplet: C1, DC and F8. RGB value is (193,220,248). Sum of RGB (Red+Green+Blue) = 193+220+248=661 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.20% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 248 (97.27% from 255 or 37.52% from 661); Max value from RGB is 248 - color contains mainly: blue. Hex color #C1DCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DCF8 is #3E2307. Grayscale: #D6D6D6. Windows color (decimal): -4072200 or 16309441. OLE color: 16309441.
HSL color Cylindrical-coordinate representation of color #C1DCF8: hue angle of 210.55º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1DCF8 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 220 | 248 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.03 |
| HSL | 210.55º | 0.8% | 0.86% | - |
| HSV(B) | 210.55º | 0.22% | 0.97% | - |
| XYZ | 64.53 | 69.3 | 98.78 | - |
| YUV | 215.12 | 146.55 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 220 | 248 | 0.22 | 0.11 | 0 | 0.03 | 210.55 | 0.8 | 0.86 |
| Hex | C1 | DC | F8 | 16 | B | 0 | 3 | D3 | 50 | 56 |
| Octal | 301 | 334 | 370 | 26 | 13 | 0 | 3 | 323 | 120 | 126 |
| Binary | 11000001 | 11011100 | 11111000 | 10110 | 1011 | 0 | 11 | 11010011 | 1010000 | 1010110 |
Color Harmonies of #C1DCF8
Complementary color
Monochromatic Colors of #C1DCF8
Black with #C1DCF8
Text Example
Text Example
White with #C1DCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DCF8; }
p { color: rgb(193,220,248); }
H1.HeaderClassName
{
color: #C1DCF8;
}
.AnyTagClassName
{
color: #C1DCF8;
}
</style>
background-color css
<style>
a { background-color: #C1DCF8; }
a { background-color: rgb(193,220,248); }
div.DivClassName
{
background-color: #C1DCF8;
}
.BgClassName
{
background-color: #C1DCF8;
}
</style>
border-color css
<style>
span { border-color: #C1DCF8; }
span { border-color: rgb(193,220,248); }
td.TdClassName
{
border-color: #C1DCF8;
}
.TagClassName
{
border-color: #C1DCF8;
}
</style>