Shades of Pattens Blue #D7F0FE
Tints of Pattens Blue #D7F0FE
RGB
CMYK
RGB Variations
Color information
#D7F0FE (or 0xD7F0FE) is known color: Pattens Blue. HEX triplet: D7, F0 and FE. RGB value is (215,240,254). Sum of RGB (Red+Green+Blue) = 215+240+254=709 (93% of max value = 765). Red value is 215 (84.38% from 255 or 30.32% from 709); Green value is 240 (94.14% from 255 or 33.85% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7F0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7F0FE is #280F01. Grayscale: #EAEAEA. Windows color (decimal): -2625282 or 16707799. OLE color: 16707799.
HSL color Cylindrical-coordinate representation of color #D7F0FE: hue angle of 201.54º 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 #D7F0FE is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 240 | 254 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.00 |
| HSL | 201.54º | 0.95% | 0.92% | - |
| HSV(B) | 201.54º | 0.15% | 1% | - |
| XYZ | 77.07 | 83.92 | 105.9 | - |
| YUV | 234.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 240 | 254 | 0.15 | 0.06 | 0 | 0.00 | 201.54 | 0.95 | 0.92 |
| Hex | D7 | F0 | FE | F | 6 | 0 | 0 | CA | 5F | 5C |
| Octal | 327 | 360 | 376 | 17 | 6 | 0 | 0 | 312 | 137 | 134 |
| Binary | 11010111 | 11110000 | 11111110 | 1111 | 110 | 0 | 0 | 11001010 | 1011111 | 1011100 |
Color Harmonies of #D7F0FE
Complementary color
Monochromatic Colors of #D7F0FE
Black with #D7F0FE
Text Example
Text Example
White with #D7F0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F0FE; }
p { color: rgb(215,240,254); }
H1.HeaderClassName
{
color: #D7F0FE;
}
.AnyTagClassName
{
color: #D7F0FE;
}
</style>
background-color css
<style>
a { background-color: #D7F0FE; }
a { background-color: rgb(215,240,254); }
div.DivClassName
{
background-color: #D7F0FE;
}
.BgClassName
{
background-color: #D7F0FE;
}
</style>
border-color css
<style>
span { border-color: #D7F0FE; }
span { border-color: rgb(215,240,254); }
td.TdClassName
{
border-color: #D7F0FE;
}
.TagClassName
{
border-color: #D7F0FE;
}
</style>