Shades of Pattens Blue #DCF2FB
Tints of Pattens Blue #DCF2FB
RGB
CMYK
RGB Variations
Color information
#DCF2FB (or 0xDCF2FB) is known color: Pattens Blue. HEX triplet: DC, F2 and FB. RGB value is (220,242,251). Sum of RGB (Red+Green+Blue) = 220+242+251=713 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.86% from 713); Green value is 242 (94.92% from 255 or 33.94% from 713); Blue value is 251 (98.44% from 255 or 35.20% from 713); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCF2FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF2FB is #230D04. Grayscale: #ECECEC. Windows color (decimal): -2297093 or 16511708. OLE color: 16511708.
HSL color Cylindrical-coordinate representation of color #DCF2FB: hue angle of 197.42º 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 #DCF2FB is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 242 | 251 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.02 |
| HSL | 197.42º | 0.79% | 0.92% | - |
| HSV(B) | 197.42º | 0.12% | 0.98% | - |
| XYZ | 78.68 | 85.68 | 103.66 | - |
| YUV | 236.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 251 | 0.12 | 0.04 | 0 | 0.02 | 197.42 | 0.79 | 0.92 |
| Hex | DC | F2 | FB | C | 4 | 0 | 2 | C5 | 4F | 5C |
| Octal | 334 | 362 | 373 | 14 | 4 | 0 | 2 | 305 | 117 | 134 |
| Binary | 11011100 | 11110010 | 11111011 | 1100 | 100 | 0 | 10 | 11000101 | 1001111 | 1011100 |
Color Harmonies of #DCF2FB
Complementary color
Monochromatic Colors of #DCF2FB
Black with #DCF2FB
Text Example
Text Example
White with #DCF2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF2FB; }
p { color: rgb(220,242,251); }
H1.HeaderClassName
{
color: #DCF2FB;
}
.AnyTagClassName
{
color: #DCF2FB;
}
</style>
background-color css
<style>
a { background-color: #DCF2FB; }
a { background-color: rgb(220,242,251); }
div.DivClassName
{
background-color: #DCF2FB;
}
.BgClassName
{
background-color: #DCF2FB;
}
</style>
border-color css
<style>
span { border-color: #DCF2FB; }
span { border-color: rgb(220,242,251); }
td.TdClassName
{
border-color: #DCF2FB;
}
.TagClassName
{
border-color: #DCF2FB;
}
</style>