Shades of Pattens Blue #D6F2FE
Tints of Pattens Blue #D6F2FE
RGB
CMYK
RGB Variations
Color information
#D6F2FE (or 0xD6F2FE) is known color: Pattens Blue. HEX triplet: D6, F2 and FE. RGB value is (214,242,254). Sum of RGB (Red+Green+Blue) = 214+242+254=710 (94% of max value = 765). Red value is 214 (83.98% from 255 or 30.14% from 710); Green value is 242 (94.92% from 255 or 34.08% from 710); Blue value is 254 (99.61% from 255 or 35.77% from 710); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6F2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F2FE is #290D01. Grayscale: #EAEAEA. Windows color (decimal): -2690306 or 16708310. OLE color: 16708310.
HSL color Cylindrical-coordinate representation of color #D6F2FE: hue angle of 198º 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 #D6F2FE is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 242 | 254 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.00 |
| HSL | 198º | 0.95% | 0.92% | - |
| HSV(B) | 198º | 0.16% | 1% | - |
| XYZ | 77.37 | 84.96 | 106.09 | - |
| YUV | 235 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 242 | 254 | 0.16 | 0.05 | 0 | 0.00 | 198 | 0.95 | 0.92 |
| Hex | D6 | F2 | FE | 10 | 5 | 0 | 0 | C6 | 5F | 5C |
| Octal | 326 | 362 | 376 | 20 | 5 | 0 | 0 | 306 | 137 | 134 |
| Binary | 11010110 | 11110010 | 11111110 | 10000 | 101 | 0 | 0 | 11000110 | 1011111 | 1011100 |
Color Harmonies of #D6F2FE
Complementary color
Monochromatic Colors of #D6F2FE
Black with #D6F2FE
Text Example
Text Example
White with #D6F2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F2FE; }
p { color: rgb(214,242,254); }
H1.HeaderClassName
{
color: #D6F2FE;
}
.AnyTagClassName
{
color: #D6F2FE;
}
</style>
background-color css
<style>
a { background-color: #D6F2FE; }
a { background-color: rgb(214,242,254); }
div.DivClassName
{
background-color: #D6F2FE;
}
.BgClassName
{
background-color: #D6F2FE;
}
</style>
border-color css
<style>
span { border-color: #D6F2FE; }
span { border-color: rgb(214,242,254); }
td.TdClassName
{
border-color: #D6F2FE;
}
.TagClassName
{
border-color: #D6F2FE;
}
</style>