Shades of Pattens Blue #C1DBED
Tints of Pattens Blue #C1DBED
RGB
CMYK
RGB Variations
Color information
#C1DBED (or 0xC1DBED) is known color: Pattens Blue. HEX triplet: C1, DB and ED. RGB value is (193,219,237). Sum of RGB (Red+Green+Blue) = 193+219+237=649 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.74% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DBED is #3E2412. Grayscale: #D5D5D5. Windows color (decimal): -4072467 or 15588289. OLE color: 15588289.
HSL color Cylindrical-coordinate representation of color #C1DBED: hue angle of 204.55º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1DBED is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 193 | 219 | 237 | - |
CMYK | 0.19 | 0.08 | 0 | 0.07 |
HSL | 204.55º | 0.55% | 0.84% | - |
HSV(B) | 204.55º | 0.19% | 0.93% | - |
XYZ | 62.61 | 68.11 | 89.97 | - |
YUV | 213.28 | 141.39 | 113.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 219 | 237 | 0.19 | 0.08 | 0 | 0.07 | 204.55 | 0.55 | 0.84 |
Hex | C1 | DB | ED | 13 | 8 | 0 | 7 | CD | 37 | 54 |
Octal | 301 | 333 | 355 | 23 | 10 | 0 | 7 | 315 | 67 | 124 |
Binary | 11000001 | 11011011 | 11101101 | 10011 | 1000 | 0 | 111 | 11001101 | 110111 | 1010100 |
Color Harmonies of #C1DBED
Complementary color
Monochromatic Colors of #C1DBED
Black with #C1DBED
Text Example
Text Example
White with #C1DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DBED; }
p { color: rgb(193,219,237); }
H1.HeaderClassName
{
color: #C1DBED;
}
.AnyTagClassName
{
color: #C1DBED;
}
</style>
background-color css
<style>
a { background-color: #C1DBED; }
a { background-color: rgb(193,219,237); }
div.DivClassName
{
background-color: #C1DBED;
}
.BgClassName
{
background-color: #C1DBED;
}
</style>
border-color css
<style>
span { border-color: #C1DBED; }
span { border-color: rgb(193,219,237); }
td.TdClassName
{
border-color: #C1DBED;
}
.TagClassName
{
border-color: #C1DBED;
}
</style>