Shades of Pattens Blue #D1F1FF
Tints of Pattens Blue #D1F1FF
RGB
CMYK
RGB Variations
Color information
#D1F1FF (or 0xD1F1FF) is known color: Pattens Blue. HEX triplet: D1, F1 and FF. RGB value is (209,241,255). Sum of RGB (Red+Green+Blue) = 209+241+255=705 (93% of max value = 765). Red value is 209 (82.03% from 255 or 29.65% from 705); Green value is 241 (94.53% from 255 or 34.18% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1F1FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F1FF is #2E0E00. Grayscale: #E8E8E8. Windows color (decimal): -3018241 or 16773585. OLE color: 16773585.
HSL color Cylindrical-coordinate representation of color #D1F1FF: hue angle of 198.26º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1F1FF is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 241 | 255 | - |
| CMYK | 0.18 | 0.05 | 0 | 0 |
| HSL | 198.26º | 1% | 0.91% | - |
| HSV(B) | 198.26º | 0.18% | 1% | - |
| XYZ | 75.8 | 83.69 | 106.77 | - |
| YUV | 233.03 | 140.4 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 241 | 255 | 0.18 | 0.05 | 0 | 0 | 198.26 | 1 | 0.91 |
| Hex | D1 | F1 | FF | 12 | 5 | 0 | 0 | C6 | 64 | 5B |
| Octal | 321 | 361 | 377 | 22 | 5 | 0 | 0 | 306 | 144 | 133 |
| Binary | 11010001 | 11110001 | 11111111 | 10010 | 101 | 0 | 0 | 11000110 | 1100100 | 1011011 |
Color Harmonies of #D1F1FF
Complementary color
Monochromatic Colors of #D1F1FF
Black with #D1F1FF
Text Example
Text Example
White with #D1F1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F1FF; }
p { color: rgb(209,241,255); }
H1.HeaderClassName
{
color: #D1F1FF;
}
.AnyTagClassName
{
color: #D1F1FF;
}
</style>
background-color css
<style>
a { background-color: #D1F1FF; }
a { background-color: rgb(209,241,255); }
div.DivClassName
{
background-color: #D1F1FF;
}
.BgClassName
{
background-color: #D1F1FF;
}
</style>
border-color css
<style>
span { border-color: #D1F1FF; }
span { border-color: rgb(209,241,255); }
td.TdClassName
{
border-color: #D1F1FF;
}
.TagClassName
{
border-color: #D1F1FF;
}
</style>