Shades of Pattens Blue #D1EAFA
Tints of Pattens Blue #D1EAFA
RGB
CMYK
RGB Variations
Color information
#D1EAFA (or 0xD1EAFA) is known color: Pattens Blue. HEX triplet: D1, EA and FA. RGB value is (209,234,250). Sum of RGB (Red+Green+Blue) = 209+234+250=693 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.16% from 693); Green value is 234 (91.80% from 255 or 33.77% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1EAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EAFA is #2E1505. Grayscale: #E4E4E4. Windows color (decimal): -3020038 or 16444113. OLE color: 16444113.
HSL color Cylindrical-coordinate representation of color #D1EAFA: hue angle of 203.41º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1EAFA is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 234 | 250 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.02 |
| HSL | 203.41º | 0.8% | 0.9% | - |
| HSV(B) | 203.41º | 0.16% | 0.98% | - |
| XYZ | 72.97 | 79.3 | 101.9 | - |
| YUV | 228.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 234 | 250 | 0.16 | 0.06 | 0 | 0.02 | 203.41 | 0.8 | 0.9 |
| Hex | D1 | EA | FA | 10 | 6 | 0 | 2 | CB | 50 | 5A |
| Octal | 321 | 352 | 372 | 20 | 6 | 0 | 2 | 313 | 120 | 132 |
| Binary | 11010001 | 11101010 | 11111010 | 10000 | 110 | 0 | 10 | 11001011 | 1010000 | 1011010 |
Color Harmonies of #D1EAFA
Complementary color
Monochromatic Colors of #D1EAFA
Black with #D1EAFA
Text Example
Text Example
White with #D1EAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EAFA; }
p { color: rgb(209,234,250); }
H1.HeaderClassName
{
color: #D1EAFA;
}
.AnyTagClassName
{
color: #D1EAFA;
}
</style>
background-color css
<style>
a { background-color: #D1EAFA; }
a { background-color: rgb(209,234,250); }
div.DivClassName
{
background-color: #D1EAFA;
}
.BgClassName
{
background-color: #D1EAFA;
}
</style>
border-color css
<style>
span { border-color: #D1EAFA; }
span { border-color: rgb(209,234,250); }
td.TdClassName
{
border-color: #D1EAFA;
}
.TagClassName
{
border-color: #D1EAFA;
}
</style>