Shades of Pattens Blue #D9F2FD
Tints of Pattens Blue #D9F2FD
RGB
CMYK
RGB Variations
Color information
#D9F2FD (or 0xD9F2FD) is known color: Pattens Blue. HEX triplet: D9, F2 and FD. RGB value is (217,242,253). Sum of RGB (Red+Green+Blue) = 217+242+253=712 (94% of max value = 765). Red value is 217 (85.16% from 255 or 30.48% from 712); Green value is 242 (94.92% from 255 or 33.99% from 712); Blue value is 253 (99.22% from 255 or 35.53% from 712); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9F2FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F2FD is #260D02. Grayscale: #EBEBEB. Windows color (decimal): -2493699 or 16642777. OLE color: 16642777.
HSL color Cylindrical-coordinate representation of color #D9F2FD: hue angle of 198.33º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9F2FD is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 217 | 242 | 253 | - |
CMYK | 0.14 | 0.04 | 0 | 0.01 |
HSL | 198.33º | 0.9% | 0.92% | - |
HSV(B) | 198.33º | 0.14% | 0.99% | - |
XYZ | 78.1 | 85.35 | 105.29 | - |
YUV | 235.78 | 137.72 | 114.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 242 | 253 | 0.14 | 0.04 | 0 | 0.01 | 198.33 | 0.9 | 0.92 |
Hex | D9 | F2 | FD | E | 4 | 0 | 1 | C6 | 5A | 5C |
Octal | 331 | 362 | 375 | 16 | 4 | 0 | 1 | 306 | 132 | 134 |
Binary | 11011001 | 11110010 | 11111101 | 1110 | 100 | 0 | 1 | 11000110 | 1011010 | 1011100 |
Color Harmonies of #D9F2FD
Complementary color
Monochromatic Colors of #D9F2FD
Black with #D9F2FD
Text Example
Text Example
White with #D9F2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F2FD; }
p { color: rgb(217,242,253); }
H1.HeaderClassName
{
color: #D9F2FD;
}
.AnyTagClassName
{
color: #D9F2FD;
}
</style>
background-color css
<style>
a { background-color: #D9F2FD; }
a { background-color: rgb(217,242,253); }
div.DivClassName
{
background-color: #D9F2FD;
}
.BgClassName
{
background-color: #D9F2FD;
}
</style>
border-color css
<style>
span { border-color: #D9F2FD; }
span { border-color: rgb(217,242,253); }
td.TdClassName
{
border-color: #D9F2FD;
}
.TagClassName
{
border-color: #D9F2FD;
}
</style>