Shades of Pattens Blue #D9F0FB
Tints of Pattens Blue #D9F0FB
RGB
CMYK
RGB Variations
Color information
#D9F0FB (or 0xD9F0FB) is known color: Pattens Blue. HEX triplet: D9, F0 and FB. RGB value is (217,240,251). Sum of RGB (Red+Green+Blue) = 217+240+251=708 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.65% from 708); Green value is 240 (94.14% from 255 or 33.90% from 708); Blue value is 251 (98.44% from 255 or 35.45% from 708); Max value from RGB is 251 - color contains mainly: blue. Hex color #D9F0FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F0FB is #260F04. Grayscale: #EAEAEA. Windows color (decimal): -2494213 or 16511193. OLE color: 16511193.
HSL color Cylindrical-coordinate representation of color #D9F0FB: hue angle of 199.41º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9F0FB is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 217 | 240 | 251 | - |
CMYK | 0.14 | 0.04 | 0 | 0.02 |
HSL | 199.41º | 0.81% | 0.92% | - |
HSV(B) | 199.41º | 0.14% | 0.98% | - |
XYZ | 77.19 | 84.04 | 103.42 | - |
YUV | 234.38 | 137.38 | 115.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 240 | 251 | 0.14 | 0.04 | 0 | 0.02 | 199.41 | 0.81 | 0.92 |
Hex | D9 | F0 | FB | E | 4 | 0 | 2 | C7 | 51 | 5C |
Octal | 331 | 360 | 373 | 16 | 4 | 0 | 2 | 307 | 121 | 134 |
Binary | 11011001 | 11110000 | 11111011 | 1110 | 100 | 0 | 10 | 11000111 | 1010001 | 1011100 |
Color Harmonies of #D9F0FB
Complementary color
Monochromatic Colors of #D9F0FB
Black with #D9F0FB
Text Example
Text Example
White with #D9F0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F0FB; }
p { color: rgb(217,240,251); }
H1.HeaderClassName
{
color: #D9F0FB;
}
.AnyTagClassName
{
color: #D9F0FB;
}
</style>
background-color css
<style>
a { background-color: #D9F0FB; }
a { background-color: rgb(217,240,251); }
div.DivClassName
{
background-color: #D9F0FB;
}
.BgClassName
{
background-color: #D9F0FB;
}
</style>
border-color css
<style>
span { border-color: #D9F0FB; }
span { border-color: rgb(217,240,251); }
td.TdClassName
{
border-color: #D9F0FB;
}
.TagClassName
{
border-color: #D9F0FB;
}
</style>