Shades of Pattens Blue #D6EAFA
Tints of Pattens Blue #D6EAFA
RGB
CMYK
RGB Variations
Color information
#D6EAFA (or 0xD6EAFA) is known color: Pattens Blue. HEX triplet: D6, EA and FA. RGB value is (214,234,250). Sum of RGB (Red+Green+Blue) = 214+234+250=698 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.66% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6EAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EAFA is #291505. Grayscale: #E5E5E5. Windows color (decimal): -2692358 or 16444118. OLE color: 16444118.
HSL color Cylindrical-coordinate representation of color #D6EAFA: hue angle of 206.67º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6EAFA is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 234 | 250 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.02 |
| HSL | 206.67º | 0.78% | 0.91% | - |
| HSV(B) | 206.67º | 0.14% | 0.98% | - |
| XYZ | 74.41 | 80.04 | 101.97 | - |
| YUV | 229.84 | 139.37 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 234 | 250 | 0.14 | 0.06 | 0 | 0.02 | 206.67 | 0.78 | 0.91 |
| Hex | D6 | EA | FA | E | 6 | 0 | 2 | CF | 4E | 5B |
| Octal | 326 | 352 | 372 | 16 | 6 | 0 | 2 | 317 | 116 | 133 |
| Binary | 11010110 | 11101010 | 11111010 | 1110 | 110 | 0 | 10 | 11001111 | 1001110 | 1011011 |
Color Harmonies of #D6EAFA
Complementary color
Monochromatic Colors of #D6EAFA
Black with #D6EAFA
Text Example
Text Example
White with #D6EAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EAFA; }
p { color: rgb(214,234,250); }
H1.HeaderClassName
{
color: #D6EAFA;
}
.AnyTagClassName
{
color: #D6EAFA;
}
</style>
background-color css
<style>
a { background-color: #D6EAFA; }
a { background-color: rgb(214,234,250); }
div.DivClassName
{
background-color: #D6EAFA;
}
.BgClassName
{
background-color: #D6EAFA;
}
</style>
border-color css
<style>
span { border-color: #D6EAFA; }
span { border-color: rgb(214,234,250); }
td.TdClassName
{
border-color: #D6EAFA;
}
.TagClassName
{
border-color: #D6EAFA;
}
</style>