Shades of Pattens Blue #D5EFF7
Tints of Pattens Blue #D5EFF7
RGB
CMYK
RGB Variations
Color information
#D5EFF7 (or 0xD5EFF7) is known color: Pattens Blue. HEX triplet: D5, EF and F7. RGB value is (213,239,247). Sum of RGB (Red+Green+Blue) = 213+239+247=699 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.47% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 247 (96.88% from 255 or 35.34% from 699); Max value from RGB is 247 - color contains mainly: blue. Hex color #D5EFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EFF7 is #2A1008. Grayscale: #E8E8E8. Windows color (decimal): -2756617 or 16248789. OLE color: 16248789.
HSL color Cylindrical-coordinate representation of color #D5EFF7: hue angle of 194.12º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5EFF7 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 239 | 247 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.03 |
| HSL | 194.12º | 0.68% | 0.9% | - |
| HSV(B) | 194.12º | 0.14% | 0.97% | - |
| XYZ | 75.1 | 82.59 | 99.98 | - |
| YUV | 232.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 247 | 0.14 | 0.03 | 0 | 0.03 | 194.12 | 0.68 | 0.9 |
| Hex | D5 | EF | F7 | E | 3 | 0 | 3 | C2 | 44 | 5A |
| Octal | 325 | 357 | 367 | 16 | 3 | 0 | 3 | 302 | 104 | 132 |
| Binary | 11010101 | 11101111 | 11110111 | 1110 | 11 | 0 | 11 | 11000010 | 1000100 | 1011010 |
Color Harmonies of #D5EFF7
Complementary color
Monochromatic Colors of #D5EFF7
Black with #D5EFF7
Text Example
Text Example
White with #D5EFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EFF7; }
p { color: rgb(213,239,247); }
H1.HeaderClassName
{
color: #D5EFF7;
}
.AnyTagClassName
{
color: #D5EFF7;
}
</style>
background-color css
<style>
a { background-color: #D5EFF7; }
a { background-color: rgb(213,239,247); }
div.DivClassName
{
background-color: #D5EFF7;
}
.BgClassName
{
background-color: #D5EFF7;
}
</style>
border-color css
<style>
span { border-color: #D5EFF7; }
span { border-color: rgb(213,239,247); }
td.TdClassName
{
border-color: #D5EFF7;
}
.TagClassName
{
border-color: #D5EFF7;
}
</style>