Shades of Pattens Blue #C2DFFB
Tints of Pattens Blue #C2DFFB
RGB
CMYK
RGB Variations
Color information
#C2DFFB (or 0xC2DFFB) is known color: Pattens Blue. HEX triplet: C2, DF and FB. RGB value is (194,223,251). Sum of RGB (Red+Green+Blue) = 194+223+251=668 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.04% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2DFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2DFFB is #3D2004. Grayscale: #D9D9D9. Windows color (decimal): -4005893 or 16506818. OLE color: 16506818.
HSL color Cylindrical-coordinate representation of color #C2DFFB: hue angle of 209.47º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2DFFB is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 223 | 251 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.02 |
| HSL | 209.47º | 0.88% | 0.87% | - |
| HSV(B) | 209.47º | 0.23% | 0.98% | - |
| XYZ | 66.05 | 71.21 | 101.53 | - |
| YUV | 217.52 | 146.89 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 223 | 251 | 0.23 | 0.11 | 0 | 0.02 | 209.47 | 0.88 | 0.87 |
| Hex | C2 | DF | FB | 17 | B | 0 | 2 | D1 | 58 | 57 |
| Octal | 302 | 337 | 373 | 27 | 13 | 0 | 2 | 321 | 130 | 127 |
| Binary | 11000010 | 11011111 | 11111011 | 10111 | 1011 | 0 | 10 | 11010001 | 1011000 | 1010111 |
Color Harmonies of #C2DFFB
Complementary color
Monochromatic Colors of #C2DFFB
Black with #C2DFFB
Text Example
Text Example
White with #C2DFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DFFB; }
p { color: rgb(194,223,251); }
H1.HeaderClassName
{
color: #C2DFFB;
}
.AnyTagClassName
{
color: #C2DFFB;
}
</style>
background-color css
<style>
a { background-color: #C2DFFB; }
a { background-color: rgb(194,223,251); }
div.DivClassName
{
background-color: #C2DFFB;
}
.BgClassName
{
background-color: #C2DFFB;
}
</style>
border-color css
<style>
span { border-color: #C2DFFB; }
span { border-color: rgb(194,223,251); }
td.TdClassName
{
border-color: #C2DFFB;
}
.TagClassName
{
border-color: #C2DFFB;
}
</style>