Shades of Pattens Blue #D8F2FE
Tints of Pattens Blue #D8F2FE
RGB
CMYK
RGB Variations
Color information
#D8F2FE (or 0xD8F2FE) is known color: Pattens Blue. HEX triplet: D8, F2 and FE. RGB value is (216,242,254). Sum of RGB (Red+Green+Blue) = 216+242+254=712 (94% of max value = 765). Red value is 216 (84.77% from 255 or 30.34% from 712); Green value is 242 (94.92% from 255 or 33.99% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8F2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8F2FE is #270D01. Grayscale: #EBEBEB. Windows color (decimal): -2559234 or 16708312. OLE color: 16708312.
HSL color Cylindrical-coordinate representation of color #D8F2FE: hue angle of 198.95º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8F2FE is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 242 | 254 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.00 |
| HSL | 198.95º | 0.95% | 0.92% | - |
| HSV(B) | 198.95º | 0.15% | 1% | - |
| XYZ | 77.96 | 85.26 | 106.11 | - |
| YUV | 235.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 242 | 254 | 0.15 | 0.05 | 0 | 0.00 | 198.95 | 0.95 | 0.92 |
| Hex | D8 | F2 | FE | F | 5 | 0 | 0 | C7 | 5F | 5C |
| Octal | 330 | 362 | 376 | 17 | 5 | 0 | 0 | 307 | 137 | 134 |
| Binary | 11011000 | 11110010 | 11111110 | 1111 | 101 | 0 | 0 | 11000111 | 1011111 | 1011100 |
Color Harmonies of #D8F2FE
Complementary color
Monochromatic Colors of #D8F2FE
Black with #D8F2FE
Text Example
Text Example
White with #D8F2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F2FE; }
p { color: rgb(216,242,254); }
H1.HeaderClassName
{
color: #D8F2FE;
}
.AnyTagClassName
{
color: #D8F2FE;
}
</style>
background-color css
<style>
a { background-color: #D8F2FE; }
a { background-color: rgb(216,242,254); }
div.DivClassName
{
background-color: #D8F2FE;
}
.BgClassName
{
background-color: #D8F2FE;
}
</style>
border-color css
<style>
span { border-color: #D8F2FE; }
span { border-color: rgb(216,242,254); }
td.TdClassName
{
border-color: #D8F2FE;
}
.TagClassName
{
border-color: #D8F2FE;
}
</style>