Shades of Pattens Blue #DAF0FB
Tints of Pattens Blue #DAF0FB
RGB
CMYK
RGB Variations
Color information
#DAF0FB (or 0xDAF0FB) is known color: Pattens Blue. HEX triplet: DA, F0 and FB. RGB value is (218,240,251). Sum of RGB (Red+Green+Blue) = 218+240+251=709 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.75% from 709); Green value is 240 (94.14% from 255 or 33.85% from 709); Blue value is 251 (98.44% from 255 or 35.40% from 709); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAF0FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF0FB is #250F04. Grayscale: #EAEAEA. Windows color (decimal): -2428677 or 16511194. OLE color: 16511194.
HSL color Cylindrical-coordinate representation of color #DAF0FB: hue angle of 200º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAF0FB is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 240 | 251 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.02 |
| HSL | 200º | 0.8% | 0.92% | - |
| HSV(B) | 200º | 0.13% | 0.98% | - |
| XYZ | 77.49 | 84.19 | 103.43 | - |
| YUV | 234.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 251 | 0.13 | 0.04 | 0 | 0.02 | 200 | 0.8 | 0.92 |
| Hex | DA | F0 | FB | D | 4 | 0 | 2 | C8 | 50 | 5C |
| Octal | 332 | 360 | 373 | 15 | 4 | 0 | 2 | 310 | 120 | 134 |
| Binary | 11011010 | 11110000 | 11111011 | 1101 | 100 | 0 | 10 | 11001000 | 1010000 | 1011100 |
Color Harmonies of #DAF0FB
Complementary color
Monochromatic Colors of #DAF0FB
Black with #DAF0FB
Text Example
Text Example
White with #DAF0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF0FB; }
p { color: rgb(218,240,251); }
H1.HeaderClassName
{
color: #DAF0FB;
}
.AnyTagClassName
{
color: #DAF0FB;
}
</style>
background-color css
<style>
a { background-color: #DAF0FB; }
a { background-color: rgb(218,240,251); }
div.DivClassName
{
background-color: #DAF0FB;
}
.BgClassName
{
background-color: #DAF0FB;
}
</style>
border-color css
<style>
span { border-color: #DAF0FB; }
span { border-color: rgb(218,240,251); }
td.TdClassName
{
border-color: #DAF0FB;
}
.TagClassName
{
border-color: #DAF0FB;
}
</style>