Shades of Pattens Blue #D7F5FF
Tints of Pattens Blue #D7F5FF
RGB
CMYK
RGB Variations
Color information
#D7F5FF (or 0xD7F5FF) is known color: Pattens Blue. HEX triplet: D7, F5 and FF. RGB value is (215,245,255). Sum of RGB (Red+Green+Blue) = 215+245+255=715 (94% of max value = 765). Red value is 215 (84.38% from 255 or 30.07% from 715); Green value is 245 (96.09% from 255 or 34.27% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7F5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7F5FF is #280A00. Grayscale: #EDEDED. Windows color (decimal): -2624001 or 16774615. OLE color: 16774615.
HSL color Cylindrical-coordinate representation of color #D7F5FF: hue angle of 195º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7F5FF is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 245 | 255 | - |
| CMYK | 0.16 | 0.04 | 0 | 0 |
| HSL | 195º | 1% | 0.92% | - |
| HSV(B) | 195º | 0.16% | 1% | - |
| XYZ | 78.73 | 86.97 | 107.25 | - |
| YUV | 237.17 | 138.06 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 245 | 255 | 0.16 | 0.04 | 0 | 0 | 195 | 1 | 0.92 |
| Hex | D7 | F5 | FF | 10 | 4 | 0 | 0 | C3 | 64 | 5C |
| Octal | 327 | 365 | 377 | 20 | 4 | 0 | 0 | 303 | 144 | 134 |
| Binary | 11010111 | 11110101 | 11111111 | 10000 | 100 | 0 | 0 | 11000011 | 1100100 | 1011100 |
Color Harmonies of #D7F5FF
Complementary color
Monochromatic Colors of #D7F5FF
Black with #D7F5FF
Text Example
Text Example
White with #D7F5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F5FF; }
p { color: rgb(215,245,255); }
H1.HeaderClassName
{
color: #D7F5FF;
}
.AnyTagClassName
{
color: #D7F5FF;
}
</style>
background-color css
<style>
a { background-color: #D7F5FF; }
a { background-color: rgb(215,245,255); }
div.DivClassName
{
background-color: #D7F5FF;
}
.BgClassName
{
background-color: #D7F5FF;
}
</style>
border-color css
<style>
span { border-color: #D7F5FF; }
span { border-color: rgb(215,245,255); }
td.TdClassName
{
border-color: #D7F5FF;
}
.TagClassName
{
border-color: #D7F5FF;
}
</style>