Shades of Pattens Blue #DAEEF9
Tints of Pattens Blue #DAEEF9
RGB
CMYK
RGB Variations
Color information
#DAEEF9 (or 0xDAEEF9) is known color: Pattens Blue. HEX triplet: DA, EE and F9. RGB value is (218,238,249). Sum of RGB (Red+Green+Blue) = 218+238+249=705 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.92% from 705); Green value is 238 (93.36% from 255 or 33.76% from 705); Blue value is 249 (97.66% from 255 or 35.32% from 705); Max value from RGB is 249 - color contains mainly: blue. Hex color #DAEEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEF9 is #251106. Grayscale: #E9E9E9. Windows color (decimal): -2429191 or 16379610. OLE color: 16379610.
HSL color Cylindrical-coordinate representation of color #DAEEF9: hue angle of 201.29º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAEEF9 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 238 | 249 | - |
CMYK | 0.12 | 0.04 | 0 | 0.02 |
HSL | 201.29º | 0.72% | 0.92% | - |
HSV(B) | 201.29º | 0.12% | 0.98% | - |
XYZ | 76.59 | 82.89 | 101.59 | - |
YUV | 233.27 | 136.87 | 117.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 238 | 249 | 0.12 | 0.04 | 0 | 0.02 | 201.29 | 0.72 | 0.92 |
Hex | DA | EE | F9 | C | 4 | 0 | 2 | C9 | 48 | 5C |
Octal | 332 | 356 | 371 | 14 | 4 | 0 | 2 | 311 | 110 | 134 |
Binary | 11011010 | 11101110 | 11111001 | 1100 | 100 | 0 | 10 | 11001001 | 1001000 | 1011100 |
Color Harmonies of #DAEEF9
Complementary color
Monochromatic Colors of #DAEEF9
Black with #DAEEF9
Text Example
Text Example
White with #DAEEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEF9; }
p { color: rgb(218,238,249); }
H1.HeaderClassName
{
color: #DAEEF9;
}
.AnyTagClassName
{
color: #DAEEF9;
}
</style>
background-color css
<style>
a { background-color: #DAEEF9; }
a { background-color: rgb(218,238,249); }
div.DivClassName
{
background-color: #DAEEF9;
}
.BgClassName
{
background-color: #DAEEF9;
}
</style>
border-color css
<style>
span { border-color: #DAEEF9; }
span { border-color: rgb(218,238,249); }
td.TdClassName
{
border-color: #DAEEF9;
}
.TagClassName
{
border-color: #DAEEF9;
}
</style>