Shades of Pattens Blue #DFF2FA
Tints of Pattens Blue #DFF2FA
RGB
CMYK
RGB Variations
Color information
#DFF2FA (or 0xDFF2FA) is known color: Pattens Blue. HEX triplet: DF, F2 and FA. RGB value is (223,242,250). Sum of RGB (Red+Green+Blue) = 223+242+250=715 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.19% from 715); Green value is 242 (94.92% from 255 or 33.85% from 715); Blue value is 250 (98.05% from 255 or 34.97% from 715); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFF2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF2FA is #200D05. Grayscale: #EDEDED. Windows color (decimal): -2100486 or 16446175. OLE color: 16446175.
HSL color Cylindrical-coordinate representation of color #DFF2FA: hue angle of 197.78º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFF2FA is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 223 | 242 | 250 | - |
CMYK | 0.11 | 0.03 | 0 | 0.02 |
HSL | 197.78º | 0.73% | 0.93% | - |
HSV(B) | 197.78º | 0.11% | 0.98% | - |
XYZ | 79.44 | 86.09 | 102.87 | - |
YUV | 237.23 | 135.21 | 117.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 242 | 250 | 0.11 | 0.03 | 0 | 0.02 | 197.78 | 0.73 | 0.93 |
Hex | DF | F2 | FA | B | 3 | 0 | 2 | C6 | 49 | 5D |
Octal | 337 | 362 | 372 | 13 | 3 | 0 | 2 | 306 | 111 | 135 |
Binary | 11011111 | 11110010 | 11111010 | 1011 | 11 | 0 | 10 | 11000110 | 1001001 | 1011101 |
Color Harmonies of #DFF2FA
Complementary color
Monochromatic Colors of #DFF2FA
Black with #DFF2FA
Text Example
Text Example
White with #DFF2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2FA; }
p { color: rgb(223,242,250); }
H1.HeaderClassName
{
color: #DFF2FA;
}
.AnyTagClassName
{
color: #DFF2FA;
}
</style>
background-color css
<style>
a { background-color: #DFF2FA; }
a { background-color: rgb(223,242,250); }
div.DivClassName
{
background-color: #DFF2FA;
}
.BgClassName
{
background-color: #DFF2FA;
}
</style>
border-color css
<style>
span { border-color: #DFF2FA; }
span { border-color: rgb(223,242,250); }
td.TdClassName
{
border-color: #DFF2FA;
}
.TagClassName
{
border-color: #DFF2FA;
}
</style>