Shades of Pattens Blue #DAF0F7
Tints of Pattens Blue #DAF0F7
RGB
CMYK
RGB Variations
Color information
#DAF0F7 (or 0xDAF0F7) is known color: Pattens Blue. HEX triplet: DA, F0 and F7. RGB value is (218,240,247). Sum of RGB (Red+Green+Blue) = 218+240+247=705 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.92% from 705); Green value is 240 (94.14% from 255 or 34.04% from 705); Blue value is 247 (96.88% from 255 or 35.04% from 705); Max value from RGB is 247 - color contains mainly: blue. Hex color #DAF0F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF0F7 is #250F08. Grayscale: #EAEAEA. Windows color (decimal): -2428681 or 16249050. OLE color: 16249050.
HSL color Cylindrical-coordinate representation of color #DAF0F7: hue angle of 194.48º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF0F7 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 240 | 247 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.03 |
| HSL | 194.48º | 0.64% | 0.91% | - |
| HSV(B) | 194.48º | 0.12% | 0.97% | - |
| XYZ | 76.86 | 83.94 | 100.15 | - |
| YUV | 234.22 | 135.21 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 247 | 0.12 | 0.03 | 0 | 0.03 | 194.48 | 0.64 | 0.91 |
| Hex | DA | F0 | F7 | C | 3 | 0 | 3 | C2 | 40 | 5B |
| Octal | 332 | 360 | 367 | 14 | 3 | 0 | 3 | 302 | 100 | 133 |
| Binary | 11011010 | 11110000 | 11110111 | 1100 | 11 | 0 | 11 | 11000010 | 1000000 | 1011011 |
Color Harmonies of #DAF0F7
Complementary color
Monochromatic Colors of #DAF0F7
Black with #DAF0F7
Text Example
Text Example
White with #DAF0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF0F7; }
p { color: rgb(218,240,247); }
H1.HeaderClassName
{
color: #DAF0F7;
}
.AnyTagClassName
{
color: #DAF0F7;
}
</style>
background-color css
<style>
a { background-color: #DAF0F7; }
a { background-color: rgb(218,240,247); }
div.DivClassName
{
background-color: #DAF0F7;
}
.BgClassName
{
background-color: #DAF0F7;
}
</style>
border-color css
<style>
span { border-color: #DAF0F7; }
span { border-color: rgb(218,240,247); }
td.TdClassName
{
border-color: #DAF0F7;
}
.TagClassName
{
border-color: #DAF0F7;
}
</style>