Shades of Pattens Blue #D6F0FE
Tints of Pattens Blue #D6F0FE
RGB
CMYK
RGB Variations
Color information
#D6F0FE (or 0xD6F0FE) is known color: Pattens Blue. HEX triplet: D6, F0 and FE. RGB value is (214,240,254). Sum of RGB (Red+Green+Blue) = 214+240+254=708 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.23% from 708); Green value is 240 (94.14% from 255 or 33.90% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6F0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F0FE is #290F01. Grayscale: #E9E9E9. Windows color (decimal): -2690818 or 16707798. OLE color: 16707798.
HSL color Cylindrical-coordinate representation of color #D6F0FE: hue angle of 201º 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 #D6F0FE is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 240 | 254 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.00 |
| HSL | 201º | 0.95% | 0.92% | - |
| HSV(B) | 201º | 0.16% | 1% | - |
| XYZ | 76.78 | 83.77 | 105.89 | - |
| YUV | 233.82 | 139.39 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 240 | 254 | 0.16 | 0.06 | 0 | 0.00 | 201 | 0.95 | 0.92 |
| Hex | D6 | F0 | FE | 10 | 6 | 0 | 0 | C9 | 5F | 5C |
| Octal | 326 | 360 | 376 | 20 | 6 | 0 | 0 | 311 | 137 | 134 |
| Binary | 11010110 | 11110000 | 11111110 | 10000 | 110 | 0 | 0 | 11001001 | 1011111 | 1011100 |
Color Harmonies of #D6F0FE
Complementary color
Monochromatic Colors of #D6F0FE
Black with #D6F0FE
Text Example
Text Example
White with #D6F0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F0FE; }
p { color: rgb(214,240,254); }
H1.HeaderClassName
{
color: #D6F0FE;
}
.AnyTagClassName
{
color: #D6F0FE;
}
</style>
background-color css
<style>
a { background-color: #D6F0FE; }
a { background-color: rgb(214,240,254); }
div.DivClassName
{
background-color: #D6F0FE;
}
.BgClassName
{
background-color: #D6F0FE;
}
</style>
border-color css
<style>
span { border-color: #D6F0FE; }
span { border-color: rgb(214,240,254); }
td.TdClassName
{
border-color: #D6F0FE;
}
.TagClassName
{
border-color: #D6F0FE;
}
</style>