Shades of Pattens Blue #D8F2F9
Tints of Pattens Blue #D8F2F9
RGB
CMYK
RGB Variations
Color information
#D8F2F9 (or 0xD8F2F9) is known color: Pattens Blue. HEX triplet: D8, F2 and F9. RGB value is (216,242,249). Sum of RGB (Red+Green+Blue) = 216+242+249=707 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.55% from 707); Green value is 242 (94.92% from 255 or 34.23% from 707); Blue value is 249 (97.66% from 255 or 35.22% from 707); Max value from RGB is 249 - color contains mainly: blue. Hex color #D8F2F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8F2F9 is #270D06. Grayscale: #EAEAEA. Windows color (decimal): -2559239 or 16380632. OLE color: 16380632.
HSL color Cylindrical-coordinate representation of color #D8F2F9: hue angle of 192.73º degrees, saturation: 0.73, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8F2F9 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 242 | 249 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.02 |
| HSL | 192.73º | 0.73% | 0.91% | - |
| HSV(B) | 192.73º | 0.13% | 0.98% | - |
| XYZ | 77.17 | 84.94 | 101.95 | - |
| YUV | 235.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 242 | 249 | 0.13 | 0.03 | 0 | 0.02 | 192.73 | 0.73 | 0.91 |
| Hex | D8 | F2 | F9 | D | 3 | 0 | 2 | C1 | 49 | 5B |
| Octal | 330 | 362 | 371 | 15 | 3 | 0 | 2 | 301 | 111 | 133 |
| Binary | 11011000 | 11110010 | 11111001 | 1101 | 11 | 0 | 10 | 11000001 | 1001001 | 1011011 |
Color Harmonies of #D8F2F9
Complementary color
Monochromatic Colors of #D8F2F9
Black with #D8F2F9
Text Example
Text Example
White with #D8F2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F2F9; }
p { color: rgb(216,242,249); }
H1.HeaderClassName
{
color: #D8F2F9;
}
.AnyTagClassName
{
color: #D8F2F9;
}
</style>
background-color css
<style>
a { background-color: #D8F2F9; }
a { background-color: rgb(216,242,249); }
div.DivClassName
{
background-color: #D8F2F9;
}
.BgClassName
{
background-color: #D8F2F9;
}
</style>
border-color css
<style>
span { border-color: #D8F2F9; }
span { border-color: rgb(216,242,249); }
td.TdClassName
{
border-color: #D8F2F9;
}
.TagClassName
{
border-color: #D8F2F9;
}
</style>