Shades of Pattens Blue #D0F0FF
Tints of Pattens Blue #D0F0FF
RGB
CMYK
RGB Variations
Color information
#D0F0FF (or 0xD0F0FF) is known color: Pattens Blue. HEX triplet: D0, F0 and FF. RGB value is (208,240,255). Sum of RGB (Red+Green+Blue) = 208+240+255=703 (93% of max value = 765). Red value is 208 (81.64% from 255 or 29.59% from 703); Green value is 240 (94.14% from 255 or 34.14% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0F0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F0FF is #2F0F00. Grayscale: #E8E8E8. Windows color (decimal): -3084033 or 16773328. OLE color: 16773328.
HSL color Cylindrical-coordinate representation of color #D0F0FF: hue angle of 199.15º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0F0FF is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 240 | 255 | - |
| CMYK | 0.18 | 0.06 | 0 | 0 |
| HSL | 199.15º | 1% | 0.91% | - |
| HSV(B) | 199.15º | 0.18% | 1% | - |
| XYZ | 75.22 | 82.95 | 106.65 | - |
| YUV | 232.14 | 140.9 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 240 | 255 | 0.18 | 0.06 | 0 | 0 | 199.15 | 1 | 0.91 |
| Hex | D0 | F0 | FF | 12 | 6 | 0 | 0 | C7 | 64 | 5B |
| Octal | 320 | 360 | 377 | 22 | 6 | 0 | 0 | 307 | 144 | 133 |
| Binary | 11010000 | 11110000 | 11111111 | 10010 | 110 | 0 | 0 | 11000111 | 1100100 | 1011011 |
Color Harmonies of #D0F0FF
Complementary color
Monochromatic Colors of #D0F0FF
Black with #D0F0FF
Text Example
Text Example
White with #D0F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F0FF; }
p { color: rgb(208,240,255); }
H1.HeaderClassName
{
color: #D0F0FF;
}
.AnyTagClassName
{
color: #D0F0FF;
}
</style>
background-color css
<style>
a { background-color: #D0F0FF; }
a { background-color: rgb(208,240,255); }
div.DivClassName
{
background-color: #D0F0FF;
}
.BgClassName
{
background-color: #D0F0FF;
}
</style>
border-color css
<style>
span { border-color: #D0F0FF; }
span { border-color: rgb(208,240,255); }
td.TdClassName
{
border-color: #D0F0FF;
}
.TagClassName
{
border-color: #D0F0FF;
}
</style>