Shades of Pattens Blue #C2DBEE
Tints of Pattens Blue #C2DBEE
RGB
CMYK
RGB Variations
Color information
#C2DBEE (or 0xC2DBEE) is known color: Pattens Blue. HEX triplet: C2, DB and EE. RGB value is (194,219,238). Sum of RGB (Red+Green+Blue) = 194+219+238=651 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.80% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2DBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DBEE is #3D2411. Grayscale: #D5D5D5. Windows color (decimal): -4006930 or 15653826. OLE color: 15653826.
HSL color Cylindrical-coordinate representation of color #C2DBEE: hue angle of 205.91º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2DBEE is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 219 | 238 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.07 |
| HSL | 205.91º | 0.56% | 0.85% | - |
| HSV(B) | 205.91º | 0.18% | 0.93% | - |
| XYZ | 63.01 | 68.31 | 90.75 | - |
| YUV | 213.69 | 141.72 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 238 | 0.18 | 0.08 | 0 | 0.07 | 205.91 | 0.56 | 0.85 |
| Hex | C2 | DB | EE | 12 | 8 | 0 | 7 | CE | 38 | 55 |
| Octal | 302 | 333 | 356 | 22 | 10 | 0 | 7 | 316 | 70 | 125 |
| Binary | 11000010 | 11011011 | 11101110 | 10010 | 1000 | 0 | 111 | 11001110 | 111000 | 1010101 |
Color Harmonies of #C2DBEE
Complementary color
Monochromatic Colors of #C2DBEE
Black with #C2DBEE
Text Example
Text Example
White with #C2DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DBEE; }
p { color: rgb(194,219,238); }
H1.HeaderClassName
{
color: #C2DBEE;
}
.AnyTagClassName
{
color: #C2DBEE;
}
</style>
background-color css
<style>
a { background-color: #C2DBEE; }
a { background-color: rgb(194,219,238); }
div.DivClassName
{
background-color: #C2DBEE;
}
.BgClassName
{
background-color: #C2DBEE;
}
</style>
border-color css
<style>
span { border-color: #C2DBEE; }
span { border-color: rgb(194,219,238); }
td.TdClassName
{
border-color: #C2DBEE;
}
.TagClassName
{
border-color: #C2DBEE;
}
</style>