Shades of Pattens Blue #DCEFFB
Tints of Pattens Blue #DCEFFB
RGB
CMYK
RGB Variations
Color information
#DCEFFB (or 0xDCEFFB) is known color: Pattens Blue. HEX triplet: DC, EF and FB. RGB value is (220,239,251). Sum of RGB (Red+Green+Blue) = 220+239+251=710 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.99% from 710); Green value is 239 (93.75% from 255 or 33.66% from 710); Blue value is 251 (98.44% from 255 or 35.35% from 710); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCEFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEFFB is #231004. Grayscale: #EAEAEA. Windows color (decimal): -2297861 or 16510940. OLE color: 16510940.
HSL color Cylindrical-coordinate representation of color #DCEFFB: hue angle of 203.23º 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 #DCEFFB is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 239 | 251 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.02 |
| HSL | 203.23º | 0.79% | 0.92% | - |
| HSV(B) | 203.23º | 0.12% | 0.98% | - |
| XYZ | 77.79 | 83.91 | 103.36 | - |
| YUV | 234.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 251 | 0.12 | 0.05 | 0 | 0.02 | 203.23 | 0.79 | 0.92 |
| Hex | DC | EF | FB | C | 5 | 0 | 2 | CB | 4F | 5C |
| Octal | 334 | 357 | 373 | 14 | 5 | 0 | 2 | 313 | 117 | 134 |
| Binary | 11011100 | 11101111 | 11111011 | 1100 | 101 | 0 | 10 | 11001011 | 1001111 | 1011100 |
Color Harmonies of #DCEFFB
Complementary color
Monochromatic Colors of #DCEFFB
Black with #DCEFFB
Text Example
Text Example
White with #DCEFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFFB; }
p { color: rgb(220,239,251); }
H1.HeaderClassName
{
color: #DCEFFB;
}
.AnyTagClassName
{
color: #DCEFFB;
}
</style>
background-color css
<style>
a { background-color: #DCEFFB; }
a { background-color: rgb(220,239,251); }
div.DivClassName
{
background-color: #DCEFFB;
}
.BgClassName
{
background-color: #DCEFFB;
}
</style>
border-color css
<style>
span { border-color: #DCEFFB; }
span { border-color: rgb(220,239,251); }
td.TdClassName
{
border-color: #DCEFFB;
}
.TagClassName
{
border-color: #DCEFFB;
}
</style>