Shades of Pattens Blue #D0F0FB
Tints of Pattens Blue #D0F0FB
RGB
CMYK
RGB Variations
Color information
#D0F0FB (or 0xD0F0FB) is known color: Pattens Blue. HEX triplet: D0, F0 and FB. RGB value is (208,240,251). Sum of RGB (Red+Green+Blue) = 208+240+251=699 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.76% from 699); Green value is 240 (94.14% from 255 or 34.33% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0F0FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F0FB is #2F0F04. Grayscale: #E7E7E7. Windows color (decimal): -3084037 or 16511184. OLE color: 16511184.
HSL color Cylindrical-coordinate representation of color #D0F0FB: hue angle of 195.35º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0F0FB is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 240 | 251 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.02 |
| HSL | 195.35º | 0.84% | 0.9% | - |
| HSV(B) | 195.35º | 0.17% | 0.98% | - |
| XYZ | 74.59 | 82.7 | 103.3 | - |
| YUV | 231.69 | 138.9 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 240 | 251 | 0.17 | 0.04 | 0 | 0.02 | 195.35 | 0.84 | 0.9 |
| Hex | D0 | F0 | FB | 11 | 4 | 0 | 2 | C3 | 54 | 5A |
| Octal | 320 | 360 | 373 | 21 | 4 | 0 | 2 | 303 | 124 | 132 |
| Binary | 11010000 | 11110000 | 11111011 | 10001 | 100 | 0 | 10 | 11000011 | 1010100 | 1011010 |
Color Harmonies of #D0F0FB
Complementary color
Monochromatic Colors of #D0F0FB
Black with #D0F0FB
Text Example
Text Example
White with #D0F0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F0FB; }
p { color: rgb(208,240,251); }
H1.HeaderClassName
{
color: #D0F0FB;
}
.AnyTagClassName
{
color: #D0F0FB;
}
</style>
background-color css
<style>
a { background-color: #D0F0FB; }
a { background-color: rgb(208,240,251); }
div.DivClassName
{
background-color: #D0F0FB;
}
.BgClassName
{
background-color: #D0F0FB;
}
</style>
border-color css
<style>
span { border-color: #D0F0FB; }
span { border-color: rgb(208,240,251); }
td.TdClassName
{
border-color: #D0F0FB;
}
.TagClassName
{
border-color: #D0F0FB;
}
</style>