Shades of Pattens Blue #D6E9FE
Tints of Pattens Blue #D6E9FE
RGB
CMYK
RGB Variations
Color information
#D6E9FE (or 0xD6E9FE) is known color: Pattens Blue. HEX triplet: D6, E9 and FE. RGB value is (214,233,254). Sum of RGB (Red+Green+Blue) = 214+233+254=701 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.53% from 701); Green value is 233 (91.41% from 255 or 33.24% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6E9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6E9FE is #291601. Grayscale: #E5E5E5. Windows color (decimal): -2692610 or 16706006. OLE color: 16706006.
HSL color Cylindrical-coordinate representation of color #D6E9FE: hue angle of 211.5º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6E9FE is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 233 | 254 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.00 |
| HSL | 211.5º | 0.95% | 0.92% | - |
| HSV(B) | 211.5º | 0.16% | 1% | - |
| XYZ | 74.76 | 79.73 | 105.22 | - |
| YUV | 229.71 | 141.71 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 233 | 254 | 0.16 | 0.08 | 0 | 0.00 | 211.5 | 0.95 | 0.92 |
| Hex | D6 | E9 | FE | 10 | 8 | 0 | 0 | D4 | 5F | 5C |
| Octal | 326 | 351 | 376 | 20 | 10 | 0 | 0 | 324 | 137 | 134 |
| Binary | 11010110 | 11101001 | 11111110 | 10000 | 1000 | 0 | 0 | 11010100 | 1011111 | 1011100 |
Color Harmonies of #D6E9FE
Complementary color
Monochromatic Colors of #D6E9FE
Black with #D6E9FE
Text Example
Text Example
White with #D6E9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E9FE; }
p { color: rgb(214,233,254); }
H1.HeaderClassName
{
color: #D6E9FE;
}
.AnyTagClassName
{
color: #D6E9FE;
}
</style>
background-color css
<style>
a { background-color: #D6E9FE; }
a { background-color: rgb(214,233,254); }
div.DivClassName
{
background-color: #D6E9FE;
}
.BgClassName
{
background-color: #D6E9FE;
}
</style>
border-color css
<style>
span { border-color: #D6E9FE; }
span { border-color: rgb(214,233,254); }
td.TdClassName
{
border-color: #D6E9FE;
}
.TagClassName
{
border-color: #D6E9FE;
}
</style>