Shades of Pattens Blue #DAF0F5
Tints of Pattens Blue #DAF0F5
RGB
CMYK
RGB Variations
Color information
#DAF0F5 (or 0xDAF0F5) is known color: Pattens Blue. HEX triplet: DA, F0 and F5. RGB value is (218,240,245). Sum of RGB (Red+Green+Blue) = 218+240+245=703 (93% of max value = 765). Red value is 218 (85.55% from 255 or 31.01% from 703); Green value is 240 (94.14% from 255 or 34.14% from 703); Blue value is 245 (96.09% from 255 or 34.85% from 703); Max value from RGB is 245 - color contains mainly: blue. Hex color #DAF0F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF0F5 is #250F0A. Grayscale: #E9E9E9. Windows color (decimal): -2428683 or 16117978. OLE color: 16117978.
HSL color Cylindrical-coordinate representation of color #DAF0F5: hue angle of 191.11º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAF0F5 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 240 | 245 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.04 |
| HSL | 191.11º | 0.57% | 0.91% | - |
| HSV(B) | 191.11º | 0.11% | 0.96% | - |
| XYZ | 76.55 | 83.82 | 98.53 | - |
| YUV | 233.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 245 | 0.11 | 0.02 | 0 | 0.04 | 191.11 | 0.57 | 0.91 |
| Hex | DA | F0 | F5 | B | 2 | 0 | 4 | BF | 39 | 5B |
| Octal | 332 | 360 | 365 | 13 | 2 | 0 | 4 | 277 | 71 | 133 |
| Binary | 11011010 | 11110000 | 11110101 | 1011 | 10 | 0 | 100 | 10111111 | 111001 | 1011011 |
Color Harmonies of #DAF0F5
Complementary color
Monochromatic Colors of #DAF0F5
Black with #DAF0F5
Text Example
Text Example
White with #DAF0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF0F5; }
p { color: rgb(218,240,245); }
H1.HeaderClassName
{
color: #DAF0F5;
}
.AnyTagClassName
{
color: #DAF0F5;
}
</style>
background-color css
<style>
a { background-color: #DAF0F5; }
a { background-color: rgb(218,240,245); }
div.DivClassName
{
background-color: #DAF0F5;
}
.BgClassName
{
background-color: #DAF0F5;
}
</style>
border-color css
<style>
span { border-color: #DAF0F5; }
span { border-color: rgb(218,240,245); }
td.TdClassName
{
border-color: #DAF0F5;
}
.TagClassName
{
border-color: #DAF0F5;
}
</style>