Shades of Pattens Blue #D8F0FD
Tints of Pattens Blue #D8F0FD
RGB
CMYK
RGB Variations
Color information
#D8F0FD (or 0xD8F0FD) is known color: Pattens Blue. HEX triplet: D8, F0 and FD. RGB value is (216,240,253). Sum of RGB (Red+Green+Blue) = 216+240+253=709 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.47% from 709); Green value is 240 (94.14% from 255 or 33.85% from 709); Blue value is 253 (99.22% from 255 or 35.68% from 709); Max value from RGB is 253 - color contains mainly: blue. Hex color #D8F0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8F0FD is #270F02. Grayscale: #EAEAEA. Windows color (decimal): -2559747 or 16642264. OLE color: 16642264.
HSL color Cylindrical-coordinate representation of color #D8F0FD: hue angle of 201.08º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8F0FD is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 216 | 240 | 253 | - |
CMYK | 0.15 | 0.05 | 0 | 0.01 |
HSL | 201.08º | 0.9% | 0.92% | - |
HSV(B) | 201.08º | 0.15% | 0.99% | - |
XYZ | 77.21 | 84.01 | 105.07 | - |
YUV | 234.31 | 138.55 | 114.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 240 | 253 | 0.15 | 0.05 | 0 | 0.01 | 201.08 | 0.9 | 0.92 |
Hex | D8 | F0 | FD | F | 5 | 0 | 1 | C9 | 5A | 5C |
Octal | 330 | 360 | 375 | 17 | 5 | 0 | 1 | 311 | 132 | 134 |
Binary | 11011000 | 11110000 | 11111101 | 1111 | 101 | 0 | 1 | 11001001 | 1011010 | 1011100 |
Color Harmonies of #D8F0FD
Complementary color
Monochromatic Colors of #D8F0FD
Black with #D8F0FD
Text Example
Text Example
White with #D8F0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F0FD; }
p { color: rgb(216,240,253); }
H1.HeaderClassName
{
color: #D8F0FD;
}
.AnyTagClassName
{
color: #D8F0FD;
}
</style>
background-color css
<style>
a { background-color: #D8F0FD; }
a { background-color: rgb(216,240,253); }
div.DivClassName
{
background-color: #D8F0FD;
}
.BgClassName
{
background-color: #D8F0FD;
}
</style>
border-color css
<style>
span { border-color: #D8F0FD; }
span { border-color: rgb(216,240,253); }
td.TdClassName
{
border-color: #D8F0FD;
}
.TagClassName
{
border-color: #D8F0FD;
}
</style>