Shades of Pattens Blue #DCF0FB
Tints of Pattens Blue #DCF0FB
RGB
CMYK
RGB Variations
Color information
#DCF0FB (or 0xDCF0FB) is known color: Pattens Blue. HEX triplet: DC, F0 and FB. RGB value is (220,240,251). Sum of RGB (Red+Green+Blue) = 220+240+251=711 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.94% from 711); Green value is 240 (94.14% from 255 or 33.76% from 711); Blue value is 251 (98.44% from 255 or 35.30% from 711); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCF0FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF0FB is #230F04. Grayscale: #EBEBEB. Windows color (decimal): -2297605 or 16511196. OLE color: 16511196.
HSL color Cylindrical-coordinate representation of color #DCF0FB: hue angle of 201.29º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCF0FB is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 240 | 251 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.02 |
| HSL | 201.29º | 0.79% | 0.92% | - |
| HSV(B) | 201.29º | 0.12% | 0.98% | - |
| XYZ | 78.09 | 84.5 | 103.46 | - |
| YUV | 235.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 251 | 0.12 | 0.04 | 0 | 0.02 | 201.29 | 0.79 | 0.92 |
| Hex | DC | F0 | FB | C | 4 | 0 | 2 | C9 | 4F | 5C |
| Octal | 334 | 360 | 373 | 14 | 4 | 0 | 2 | 311 | 117 | 134 |
| Binary | 11011100 | 11110000 | 11111011 | 1100 | 100 | 0 | 10 | 11001001 | 1001111 | 1011100 |
Color Harmonies of #DCF0FB
Complementary color
Monochromatic Colors of #DCF0FB
Black with #DCF0FB
Text Example
Text Example
White with #DCF0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF0FB; }
p { color: rgb(220,240,251); }
H1.HeaderClassName
{
color: #DCF0FB;
}
.AnyTagClassName
{
color: #DCF0FB;
}
</style>
background-color css
<style>
a { background-color: #DCF0FB; }
a { background-color: rgb(220,240,251); }
div.DivClassName
{
background-color: #DCF0FB;
}
.BgClassName
{
background-color: #DCF0FB;
}
</style>
border-color css
<style>
span { border-color: #DCF0FB; }
span { border-color: rgb(220,240,251); }
td.TdClassName
{
border-color: #DCF0FB;
}
.TagClassName
{
border-color: #DCF0FB;
}
</style>