Shades of Pattens Blue #D1F2FF
Tints of Pattens Blue #D1F2FF
RGB
CMYK
RGB Variations
Color information
#D1F2FF (or 0xD1F2FF) is known color: Pattens Blue. HEX triplet: D1, F2 and FF. RGB value is (209,242,255). Sum of RGB (Red+Green+Blue) = 209+242+255=706 (93% of max value = 765). Red value is 209 (82.03% from 255 or 29.60% from 706); Green value is 242 (94.92% from 255 or 34.28% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1F2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F2FF is #2E0D00. Grayscale: #E9E9E9. Windows color (decimal): -3017985 or 16773841. OLE color: 16773841.
HSL color Cylindrical-coordinate representation of color #D1F2FF: hue angle of 196.96º 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 #D1F2FF is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 242 | 255 | - |
| CMYK | 0.18 | 0.05 | 0 | 0 |
| HSL | 196.96º | 1% | 0.91% | - |
| HSV(B) | 196.96º | 0.18% | 1% | - |
| XYZ | 76.1 | 84.28 | 106.86 | - |
| YUV | 233.62 | 140.07 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 242 | 255 | 0.18 | 0.05 | 0 | 0 | 196.96 | 1 | 0.91 |
| Hex | D1 | F2 | FF | 12 | 5 | 0 | 0 | C5 | 64 | 5B |
| Octal | 321 | 362 | 377 | 22 | 5 | 0 | 0 | 305 | 144 | 133 |
| Binary | 11010001 | 11110010 | 11111111 | 10010 | 101 | 0 | 0 | 11000101 | 1100100 | 1011011 |
Color Harmonies of #D1F2FF
Complementary color
Monochromatic Colors of #D1F2FF
Black with #D1F2FF
Text Example
Text Example
White with #D1F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F2FF; }
p { color: rgb(209,242,255); }
H1.HeaderClassName
{
color: #D1F2FF;
}
.AnyTagClassName
{
color: #D1F2FF;
}
</style>
background-color css
<style>
a { background-color: #D1F2FF; }
a { background-color: rgb(209,242,255); }
div.DivClassName
{
background-color: #D1F2FF;
}
.BgClassName
{
background-color: #D1F2FF;
}
</style>
border-color css
<style>
span { border-color: #D1F2FF; }
span { border-color: rgb(209,242,255); }
td.TdClassName
{
border-color: #D1F2FF;
}
.TagClassName
{
border-color: #D1F2FF;
}
</style>