Shades of Pattens Blue #D6F2F9
Tints of Pattens Blue #D6F2F9
RGB
CMYK
RGB Variations
Color information
#D6F2F9 (or 0xD6F2F9) is known color: Pattens Blue. HEX triplet: D6, F2 and F9. RGB value is (214,242,249). Sum of RGB (Red+Green+Blue) = 214+242+249=705 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.35% from 705); Green value is 242 (94.92% from 255 or 34.33% from 705); Blue value is 249 (97.66% from 255 or 35.32% from 705); Max value from RGB is 249 - color contains mainly: blue. Hex color #D6F2F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F2F9 is #290D06. Grayscale: #EAEAEA. Windows color (decimal): -2690311 or 16380630. OLE color: 16380630.
HSL color Cylindrical-coordinate representation of color #D6F2F9: hue angle of 192º degrees, saturation: 0.74, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6F2F9 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 242 | 249 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.02 |
| HSL | 192º | 0.74% | 0.91% | - |
| HSV(B) | 192º | 0.14% | 0.98% | - |
| XYZ | 76.58 | 84.64 | 101.92 | - |
| YUV | 234.43 | 136.22 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 242 | 249 | 0.14 | 0.03 | 0 | 0.02 | 192 | 0.74 | 0.91 |
| Hex | D6 | F2 | F9 | E | 3 | 0 | 2 | C0 | 4A | 5B |
| Octal | 326 | 362 | 371 | 16 | 3 | 0 | 2 | 300 | 112 | 133 |
| Binary | 11010110 | 11110010 | 11111001 | 1110 | 11 | 0 | 10 | 11000000 | 1001010 | 1011011 |
Color Harmonies of #D6F2F9
Complementary color
Monochromatic Colors of #D6F2F9
Black with #D6F2F9
Text Example
Text Example
White with #D6F2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F2F9; }
p { color: rgb(214,242,249); }
H1.HeaderClassName
{
color: #D6F2F9;
}
.AnyTagClassName
{
color: #D6F2F9;
}
</style>
background-color css
<style>
a { background-color: #D6F2F9; }
a { background-color: rgb(214,242,249); }
div.DivClassName
{
background-color: #D6F2F9;
}
.BgClassName
{
background-color: #D6F2F9;
}
</style>
border-color css
<style>
span { border-color: #D6F2F9; }
span { border-color: rgb(214,242,249); }
td.TdClassName
{
border-color: #D6F2F9;
}
.TagClassName
{
border-color: #D6F2F9;
}
</style>