Shades of Pattens Blue #DCF5FF
Tints of Pattens Blue #DCF5FF
RGB
CMYK
RGB Variations
Color information
#DCF5FF (or 0xDCF5FF) is known color: Pattens Blue. HEX triplet: DC, F5 and FF. RGB value is (220,245,255). Sum of RGB (Red+Green+Blue) = 220+245+255=720 (95% of max value = 765). Red value is 220 (86.33% from 255 or 30.56% from 720); Green value is 245 (96.09% from 255 or 34.03% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCF5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF5FF is #230A00. Grayscale: #EEEEEE. Windows color (decimal): -2296321 or 16774620. OLE color: 16774620.
HSL color Cylindrical-coordinate representation of color #DCF5FF: hue angle of 197.14º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCF5FF is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 245 | 255 | - |
| CMYK | 0.14 | 0.04 | 0 | 0 |
| HSL | 197.14º | 1% | 0.93% | - |
| HSV(B) | 197.14º | 0.14% | 1% | - |
| XYZ | 80.22 | 87.74 | 107.32 | - |
| YUV | 238.67 | 137.22 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 255 | 0.14 | 0.04 | 0 | 0 | 197.14 | 1 | 0.93 |
| Hex | DC | F5 | FF | E | 4 | 0 | 0 | C5 | 64 | 5D |
| Octal | 334 | 365 | 377 | 16 | 4 | 0 | 0 | 305 | 144 | 135 |
| Binary | 11011100 | 11110101 | 11111111 | 1110 | 100 | 0 | 0 | 11000101 | 1100100 | 1011101 |
Color Harmonies of #DCF5FF
Complementary color
Monochromatic Colors of #DCF5FF
Black with #DCF5FF
Text Example
Text Example
White with #DCF5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF5FF; }
p { color: rgb(220,245,255); }
H1.HeaderClassName
{
color: #DCF5FF;
}
.AnyTagClassName
{
color: #DCF5FF;
}
</style>
background-color css
<style>
a { background-color: #DCF5FF; }
a { background-color: rgb(220,245,255); }
div.DivClassName
{
background-color: #DCF5FF;
}
.BgClassName
{
background-color: #DCF5FF;
}
</style>
border-color css
<style>
span { border-color: #DCF5FF; }
span { border-color: rgb(220,245,255); }
td.TdClassName
{
border-color: #DCF5FF;
}
.TagClassName
{
border-color: #DCF5FF;
}
</style>