Shades of Pattens Blue #D1F5FF
Tints of Pattens Blue #D1F5FF
RGB
CMYK
RGB Variations
Color information
#D1F5FF (or 0xD1F5FF) is known color: Pattens Blue. HEX triplet: D1, F5 and FF. RGB value is (209,245,255). Sum of RGB (Red+Green+Blue) = 209+245+255=709 (93% of max value = 765). Red value is 209 (82.03% from 255 or 29.48% from 709); Green value is 245 (96.09% from 255 or 34.56% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1F5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F5FF is #2E0A00. Grayscale: #EBEBEB. Windows color (decimal): -3017217 or 16774609. OLE color: 16774609.
HSL color Cylindrical-coordinate representation of color #D1F5FF: hue angle of 193.04º 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 #D1F5FF is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 245 | 255 | - |
| CMYK | 0.18 | 0.04 | 0 | 0 |
| HSL | 193.04º | 1% | 0.91% | - |
| HSV(B) | 193.04º | 0.18% | 1% | - |
| XYZ | 77 | 86.08 | 107.16 | - |
| YUV | 235.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 245 | 255 | 0.18 | 0.04 | 0 | 0 | 193.04 | 1 | 0.91 |
| Hex | D1 | F5 | FF | 12 | 4 | 0 | 0 | C1 | 64 | 5B |
| Octal | 321 | 365 | 377 | 22 | 4 | 0 | 0 | 301 | 144 | 133 |
| Binary | 11010001 | 11110101 | 11111111 | 10010 | 100 | 0 | 0 | 11000001 | 1100100 | 1011011 |
Color Harmonies of #D1F5FF
Complementary color
Monochromatic Colors of #D1F5FF
Black with #D1F5FF
Text Example
Text Example
White with #D1F5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F5FF; }
p { color: rgb(209,245,255); }
H1.HeaderClassName
{
color: #D1F5FF;
}
.AnyTagClassName
{
color: #D1F5FF;
}
</style>
background-color css
<style>
a { background-color: #D1F5FF; }
a { background-color: rgb(209,245,255); }
div.DivClassName
{
background-color: #D1F5FF;
}
.BgClassName
{
background-color: #D1F5FF;
}
</style>
border-color css
<style>
span { border-color: #D1F5FF; }
span { border-color: rgb(209,245,255); }
td.TdClassName
{
border-color: #D1F5FF;
}
.TagClassName
{
border-color: #D1F5FF;
}
</style>