Shades of Pattens Blue #C1DAEE
Tints of Pattens Blue #C1DAEE
RGB
CMYK
RGB Variations
Color information
#C1DAEE (or 0xC1DAEE) is known color: Pattens Blue. HEX triplet: C1, DA and EE. RGB value is (193,218,238). Sum of RGB (Red+Green+Blue) = 193+218+238=649 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.74% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1DAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1DAEE is #3E2511. Grayscale: #D4D4D4. Windows color (decimal): -4072722 or 15653569. OLE color: 15653569.
HSL color Cylindrical-coordinate representation of color #C1DAEE: hue angle of 206.67º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1DAEE is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 218 | 238 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.07 |
| HSL | 206.67º | 0.57% | 0.85% | - |
| HSV(B) | 206.67º | 0.19% | 0.93% | - |
| XYZ | 62.5 | 67.65 | 90.65 | - |
| YUV | 212.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 218 | 238 | 0.19 | 0.08 | 0 | 0.07 | 206.67 | 0.57 | 0.85 |
| Hex | C1 | DA | EE | 13 | 8 | 0 | 7 | CF | 39 | 55 |
| Octal | 301 | 332 | 356 | 23 | 10 | 0 | 7 | 317 | 71 | 125 |
| Binary | 11000001 | 11011010 | 11101110 | 10011 | 1000 | 0 | 111 | 11001111 | 111001 | 1010101 |
Color Harmonies of #C1DAEE
Complementary color
Monochromatic Colors of #C1DAEE
Black with #C1DAEE
Text Example
Text Example
White with #C1DAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DAEE; }
p { color: rgb(193,218,238); }
H1.HeaderClassName
{
color: #C1DAEE;
}
.AnyTagClassName
{
color: #C1DAEE;
}
</style>
background-color css
<style>
a { background-color: #C1DAEE; }
a { background-color: rgb(193,218,238); }
div.DivClassName
{
background-color: #C1DAEE;
}
.BgClassName
{
background-color: #C1DAEE;
}
</style>
border-color css
<style>
span { border-color: #C1DAEE; }
span { border-color: rgb(193,218,238); }
td.TdClassName
{
border-color: #C1DAEE;
}
.TagClassName
{
border-color: #C1DAEE;
}
</style>