Shades of Pattens Blue #DAF2FA
Tints of Pattens Blue #DAF2FA
RGB
CMYK
RGB Variations
Color information
#DAF2FA (or 0xDAF2FA) is known color: Pattens Blue. HEX triplet: DA, F2 and FA. RGB value is (218,242,250). Sum of RGB (Red+Green+Blue) = 218+242+250=710 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.70% from 710); Green value is 242 (94.92% from 255 or 34.08% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAF2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF2FA is #250D05. Grayscale: #EBEBEB. Windows color (decimal): -2428166 or 16446170. OLE color: 16446170.
HSL color Cylindrical-coordinate representation of color #DAF2FA: hue angle of 195º degrees, saturation: 0.76, 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 #DAF2FA is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 242 | 250 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.02 |
| HSL | 195º | 0.76% | 0.92% | - |
| HSV(B) | 195º | 0.13% | 0.98% | - |
| XYZ | 77.92 | 85.31 | 102.8 | - |
| YUV | 235.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 250 | 0.13 | 0.03 | 0 | 0.02 | 195 | 0.76 | 0.92 |
| Hex | DA | F2 | FA | D | 3 | 0 | 2 | C3 | 4C | 5C |
| Octal | 332 | 362 | 372 | 15 | 3 | 0 | 2 | 303 | 114 | 134 |
| Binary | 11011010 | 11110010 | 11111010 | 1101 | 11 | 0 | 10 | 11000011 | 1001100 | 1011100 |
Color Harmonies of #DAF2FA
Complementary color
Monochromatic Colors of #DAF2FA
Black with #DAF2FA
Text Example
Text Example
White with #DAF2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF2FA; }
p { color: rgb(218,242,250); }
H1.HeaderClassName
{
color: #DAF2FA;
}
.AnyTagClassName
{
color: #DAF2FA;
}
</style>
background-color css
<style>
a { background-color: #DAF2FA; }
a { background-color: rgb(218,242,250); }
div.DivClassName
{
background-color: #DAF2FA;
}
.BgClassName
{
background-color: #DAF2FA;
}
</style>
border-color css
<style>
span { border-color: #DAF2FA; }
span { border-color: rgb(218,242,250); }
td.TdClassName
{
border-color: #DAF2FA;
}
.TagClassName
{
border-color: #DAF2FA;
}
</style>