Shades of Pattens Blue #D6EFFF
Tints of Pattens Blue #D6EFFF
RGB
CMYK
RGB Variations
Color information
#D6EFFF (or 0xD6EFFF) is known color: Pattens Blue. HEX triplet: D6, EF and FF. RGB value is (214,239,255). Sum of RGB (Red+Green+Blue) = 214+239+255=708 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.23% from 708); Green value is 239 (93.75% from 255 or 33.76% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6EFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EFFF is #291000. Grayscale: #E9E9E9. Windows color (decimal): -2691073 or 16773078. OLE color: 16773078.
HSL color Cylindrical-coordinate representation of color #D6EFFF: hue angle of 203.41º 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 #D6EFFF is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 239 | 255 | - |
| CMYK | 0.16 | 0.06 | 0 | 0 |
| HSL | 203.41º | 1% | 0.92% | - |
| HSV(B) | 203.41º | 0.16% | 1% | - |
| XYZ | 76.65 | 83.25 | 106.64 | - |
| YUV | 233.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 239 | 255 | 0.16 | 0.06 | 0 | 0 | 203.41 | 1 | 0.92 |
| Hex | D6 | EF | FF | 10 | 6 | 0 | 0 | CB | 64 | 5C |
| Octal | 326 | 357 | 377 | 20 | 6 | 0 | 0 | 313 | 144 | 134 |
| Binary | 11010110 | 11101111 | 11111111 | 10000 | 110 | 0 | 0 | 11001011 | 1100100 | 1011100 |
Color Harmonies of #D6EFFF
Complementary color
Monochromatic Colors of #D6EFFF
Black with #D6EFFF
Text Example
Text Example
White with #D6EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EFFF; }
p { color: rgb(214,239,255); }
H1.HeaderClassName
{
color: #D6EFFF;
}
.AnyTagClassName
{
color: #D6EFFF;
}
</style>
background-color css
<style>
a { background-color: #D6EFFF; }
a { background-color: rgb(214,239,255); }
div.DivClassName
{
background-color: #D6EFFF;
}
.BgClassName
{
background-color: #D6EFFF;
}
</style>
border-color css
<style>
span { border-color: #D6EFFF; }
span { border-color: rgb(214,239,255); }
td.TdClassName
{
border-color: #D6EFFF;
}
.TagClassName
{
border-color: #D6EFFF;
}
</style>