Shades of Pattens Blue #DAEAFB
Tints of Pattens Blue #DAEAFB
RGB
CMYK
RGB Variations
Color information
#DAEAFB (or 0xDAEAFB) is known color: Pattens Blue. HEX triplet: DA, EA and FB. RGB value is (218,234,251). Sum of RGB (Red+Green+Blue) = 218+234+251=703 (93% of max value = 765). Red value is 218 (85.55% from 255 or 31.01% from 703); Green value is 234 (91.80% from 255 or 33.29% from 703); Blue value is 251 (98.44% from 255 or 35.70% from 703); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAEAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEAFB is #251504. Grayscale: #E7E7E7. Windows color (decimal): -2430213 or 16509658. OLE color: 16509658.
HSL color Cylindrical-coordinate representation of color #DAEAFB: hue angle of 210.91º 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 #DAEAFB is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 234 | 251 | - |
CMYK | 0.13 | 0.07 | 0 | 0.02 |
HSL | 210.91º | 0.8% | 0.92% | - |
HSV(B) | 210.91º | 0.13% | 0.98% | - |
XYZ | 75.75 | 80.72 | 102.85 | - |
YUV | 231.15 | 139.2 | 118.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 234 | 251 | 0.13 | 0.07 | 0 | 0.02 | 210.91 | 0.8 | 0.92 |
Hex | DA | EA | FB | D | 7 | 0 | 2 | D3 | 50 | 5C |
Octal | 332 | 352 | 373 | 15 | 7 | 0 | 2 | 323 | 120 | 134 |
Binary | 11011010 | 11101010 | 11111011 | 1101 | 111 | 0 | 10 | 11010011 | 1010000 | 1011100 |
Color Harmonies of #DAEAFB
Complementary color
Monochromatic Colors of #DAEAFB
Black with #DAEAFB
Text Example
Text Example
White with #DAEAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEAFB; }
p { color: rgb(218,234,251); }
H1.HeaderClassName
{
color: #DAEAFB;
}
.AnyTagClassName
{
color: #DAEAFB;
}
</style>
background-color css
<style>
a { background-color: #DAEAFB; }
a { background-color: rgb(218,234,251); }
div.DivClassName
{
background-color: #DAEAFB;
}
.BgClassName
{
background-color: #DAEAFB;
}
</style>
border-color css
<style>
span { border-color: #DAEAFB; }
span { border-color: rgb(218,234,251); }
td.TdClassName
{
border-color: #DAEAFB;
}
.TagClassName
{
border-color: #DAEAFB;
}
</style>