Shades of Pattens Blue #D8F2FD
Tints of Pattens Blue #D8F2FD
RGB
CMYK
RGB Variations
Color information
#D8F2FD (or 0xD8F2FD) is known color: Pattens Blue. HEX triplet: D8, F2 and FD. RGB value is (216,242,253). Sum of RGB (Red+Green+Blue) = 216+242+253=711 (94% of max value = 765). Red value is 216 (84.77% from 255 or 30.38% from 711); Green value is 242 (94.92% from 255 or 34.04% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8F2FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8F2FD is #270D02. Grayscale: #EBEBEB. Windows color (decimal): -2559235 or 16642776. OLE color: 16642776.
HSL color Cylindrical-coordinate representation of color #D8F2FD: hue angle of 197.84º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8F2FD is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 242 | 253 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.01 |
| HSL | 197.84º | 0.9% | 0.92% | - |
| HSV(B) | 197.84º | 0.15% | 0.99% | - |
| XYZ | 77.8 | 85.2 | 105.27 | - |
| YUV | 235.48 | 137.89 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 242 | 253 | 0.15 | 0.04 | 0 | 0.01 | 197.84 | 0.9 | 0.92 |
| Hex | D8 | F2 | FD | F | 4 | 0 | 1 | C6 | 5A | 5C |
| Octal | 330 | 362 | 375 | 17 | 4 | 0 | 1 | 306 | 132 | 134 |
| Binary | 11011000 | 11110010 | 11111101 | 1111 | 100 | 0 | 1 | 11000110 | 1011010 | 1011100 |
Color Harmonies of #D8F2FD
Complementary color
Monochromatic Colors of #D8F2FD
Black with #D8F2FD
Text Example
Text Example
White with #D8F2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F2FD; }
p { color: rgb(216,242,253); }
H1.HeaderClassName
{
color: #D8F2FD;
}
.AnyTagClassName
{
color: #D8F2FD;
}
</style>
background-color css
<style>
a { background-color: #D8F2FD; }
a { background-color: rgb(216,242,253); }
div.DivClassName
{
background-color: #D8F2FD;
}
.BgClassName
{
background-color: #D8F2FD;
}
</style>
border-color css
<style>
span { border-color: #D8F2FD; }
span { border-color: rgb(216,242,253); }
td.TdClassName
{
border-color: #D8F2FD;
}
.TagClassName
{
border-color: #D8F2FD;
}
</style>