Shades of Pattens Blue #D9F0FD
Tints of Pattens Blue #D9F0FD
RGB
CMYK
RGB Variations
Color information
#D9F0FD (or 0xD9F0FD) is known color: Pattens Blue. HEX triplet: D9, F0 and FD. RGB value is (217,240,253). Sum of RGB (Red+Green+Blue) = 217+240+253=710 (94% of max value = 765). Red value is 217 (85.16% from 255 or 30.56% from 710); Green value is 240 (94.14% from 255 or 33.80% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9F0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F0FD is #260F02. Grayscale: #EAEAEA. Windows color (decimal): -2494211 or 16642265. OLE color: 16642265.
HSL color Cylindrical-coordinate representation of color #D9F0FD: hue angle of 201.67º 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 #D9F0FD is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 217 | 240 | 253 | - |
CMYK | 0.14 | 0.05 | 0 | 0.01 |
HSL | 201.67º | 0.9% | 0.92% | - |
HSV(B) | 201.67º | 0.14% | 0.99% | - |
XYZ | 77.5 | 84.16 | 105.09 | - |
YUV | 234.61 | 138.38 | 115.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 240 | 253 | 0.14 | 0.05 | 0 | 0.01 | 201.67 | 0.9 | 0.92 |
Hex | D9 | F0 | FD | E | 5 | 0 | 1 | CA | 5A | 5C |
Octal | 331 | 360 | 375 | 16 | 5 | 0 | 1 | 312 | 132 | 134 |
Binary | 11011001 | 11110000 | 11111101 | 1110 | 101 | 0 | 1 | 11001010 | 1011010 | 1011100 |
Color Harmonies of #D9F0FD
Complementary color
Monochromatic Colors of #D9F0FD
Black with #D9F0FD
Text Example
Text Example
White with #D9F0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F0FD; }
p { color: rgb(217,240,253); }
H1.HeaderClassName
{
color: #D9F0FD;
}
.AnyTagClassName
{
color: #D9F0FD;
}
</style>
background-color css
<style>
a { background-color: #D9F0FD; }
a { background-color: rgb(217,240,253); }
div.DivClassName
{
background-color: #D9F0FD;
}
.BgClassName
{
background-color: #D9F0FD;
}
</style>
border-color css
<style>
span { border-color: #D9F0FD; }
span { border-color: rgb(217,240,253); }
td.TdClassName
{
border-color: #D9F0FD;
}
.TagClassName
{
border-color: #D9F0FD;
}
</style>