Shades of Pattens Blue #DFF3FB
Tints of Pattens Blue #DFF3FB
RGB
CMYK
RGB Variations
Color information
#DFF3FB (or 0xDFF3FB) is known color: Pattens Blue. HEX triplet: DF, F3 and FB. RGB value is (223,243,251). Sum of RGB (Red+Green+Blue) = 223+243+251=717 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.10% from 717); Green value is 243 (95.31% from 255 or 33.89% from 717); Blue value is 251 (98.44% from 255 or 35.01% from 717); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFF3FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF3FB is #200C04. Grayscale: #EDEDED. Windows color (decimal): -2100229 or 16511967. OLE color: 16511967.
HSL color Cylindrical-coordinate representation of color #DFF3FB: hue angle of 197.14º degrees, saturation: 0.78, 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 #DFF3FB is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 243 | 251 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.02 |
| HSL | 197.14º | 0.78% | 0.93% | - |
| HSV(B) | 197.14º | 0.11% | 0.98% | - |
| XYZ | 79.89 | 86.75 | 103.8 | - |
| YUV | 237.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 251 | 0.11 | 0.03 | 0 | 0.02 | 197.14 | 0.78 | 0.93 |
| Hex | DF | F3 | FB | B | 3 | 0 | 2 | C5 | 4E | 5D |
| Octal | 337 | 363 | 373 | 13 | 3 | 0 | 2 | 305 | 116 | 135 |
| Binary | 11011111 | 11110011 | 11111011 | 1011 | 11 | 0 | 10 | 11000101 | 1001110 | 1011101 |
Color Harmonies of #DFF3FB
Complementary color
Monochromatic Colors of #DFF3FB
Black with #DFF3FB
Text Example
Text Example
White with #DFF3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF3FB; }
p { color: rgb(223,243,251); }
H1.HeaderClassName
{
color: #DFF3FB;
}
.AnyTagClassName
{
color: #DFF3FB;
}
</style>
background-color css
<style>
a { background-color: #DFF3FB; }
a { background-color: rgb(223,243,251); }
div.DivClassName
{
background-color: #DFF3FB;
}
.BgClassName
{
background-color: #DFF3FB;
}
</style>
border-color css
<style>
span { border-color: #DFF3FB; }
span { border-color: rgb(223,243,251); }
td.TdClassName
{
border-color: #DFF3FB;
}
.TagClassName
{
border-color: #DFF3FB;
}
</style>