Shades of Pattens Blue #DAF0FC
Tints of Pattens Blue #DAF0FC
RGB
CMYK
RGB Variations
Color information
#DAF0FC (or 0xDAF0FC) is known color: Pattens Blue. HEX triplet: DA, F0 and FC. RGB value is (218,240,252). Sum of RGB (Red+Green+Blue) = 218+240+252=710 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.70% from 710); Green value is 240 (94.14% from 255 or 33.80% from 710); Blue value is 252 (98.83% from 255 or 35.49% from 710); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAF0FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF0FC is #250F03. Grayscale: #EAEAEA. Windows color (decimal): -2428676 or 16576730. OLE color: 16576730.
HSL color Cylindrical-coordinate representation of color #DAF0FC: hue angle of 201.18º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAF0FC is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 240 | 252 | - |
CMYK | 0.13 | 0.05 | 0 | 0.01 |
HSL | 201.18º | 0.85% | 0.92% | - |
HSV(B) | 201.18º | 0.13% | 0.99% | - |
XYZ | 77.64 | 84.25 | 104.27 | - |
YUV | 234.79 | 137.71 | 116.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 240 | 252 | 0.13 | 0.05 | 0 | 0.01 | 201.18 | 0.85 | 0.92 |
Hex | DA | F0 | FC | D | 5 | 0 | 1 | C9 | 55 | 5C |
Octal | 332 | 360 | 374 | 15 | 5 | 0 | 1 | 311 | 125 | 134 |
Binary | 11011010 | 11110000 | 11111100 | 1101 | 101 | 0 | 1 | 11001001 | 1010101 | 1011100 |
Color Harmonies of #DAF0FC
Complementary color
Monochromatic Colors of #DAF0FC
Black with #DAF0FC
Text Example
Text Example
White with #DAF0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF0FC; }
p { color: rgb(218,240,252); }
H1.HeaderClassName
{
color: #DAF0FC;
}
.AnyTagClassName
{
color: #DAF0FC;
}
</style>
background-color css
<style>
a { background-color: #DAF0FC; }
a { background-color: rgb(218,240,252); }
div.DivClassName
{
background-color: #DAF0FC;
}
.BgClassName
{
background-color: #DAF0FC;
}
</style>
border-color css
<style>
span { border-color: #DAF0FC; }
span { border-color: rgb(218,240,252); }
td.TdClassName
{
border-color: #DAF0FC;
}
.TagClassName
{
border-color: #DAF0FC;
}
</style>