Shades of Pattens Blue #D9F0FE
Tints of Pattens Blue #D9F0FE
RGB
CMYK
RGB Variations
Color information
#D9F0FE (or 0xD9F0FE) is known color: Pattens Blue. HEX triplet: D9, F0 and FE. RGB value is (217,240,254). Sum of RGB (Red+Green+Blue) = 217+240+254=711 (94% of max value = 765). Red value is 217 (85.16% from 255 or 30.52% from 711); Green value is 240 (94.14% from 255 or 33.76% from 711); Blue value is 254 (99.61% from 255 or 35.72% from 711); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9F0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F0FE is #260F01. Grayscale: #EAEAEA. Windows color (decimal): -2494210 or 16707801. OLE color: 16707801.
HSL color Cylindrical-coordinate representation of color #D9F0FE: hue angle of 202.7º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9F0FE is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 217 | 240 | 254 | - |
CMYK | 0.15 | 0.06 | 0 | 0.00 |
HSL | 202.7º | 0.95% | 0.92% | - |
HSV(B) | 202.7º | 0.15% | 1% | - |
XYZ | 77.66 | 84.23 | 105.93 | - |
YUV | 234.72 | 138.88 | 115.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 240 | 254 | 0.15 | 0.06 | 0 | 0.00 | 202.7 | 0.95 | 0.92 |
Hex | D9 | F0 | FE | F | 6 | 0 | 0 | CB | 5F | 5C |
Octal | 331 | 360 | 376 | 17 | 6 | 0 | 0 | 313 | 137 | 134 |
Binary | 11011001 | 11110000 | 11111110 | 1111 | 110 | 0 | 0 | 11001011 | 1011111 | 1011100 |
Color Harmonies of #D9F0FE
Complementary color
Monochromatic Colors of #D9F0FE
Black with #D9F0FE
Text Example
Text Example
White with #D9F0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F0FE; }
p { color: rgb(217,240,254); }
H1.HeaderClassName
{
color: #D9F0FE;
}
.AnyTagClassName
{
color: #D9F0FE;
}
</style>
background-color css
<style>
a { background-color: #D9F0FE; }
a { background-color: rgb(217,240,254); }
div.DivClassName
{
background-color: #D9F0FE;
}
.BgClassName
{
background-color: #D9F0FE;
}
</style>
border-color css
<style>
span { border-color: #D9F0FE; }
span { border-color: rgb(217,240,254); }
td.TdClassName
{
border-color: #D9F0FE;
}
.TagClassName
{
border-color: #D9F0FE;
}
</style>