Shades of Pattens Blue #D3F3FA
Tints of Pattens Blue #D3F3FA
RGB
CMYK
RGB Variations
Color information
#D3F3FA (or 0xD3F3FA) is known color: Pattens Blue. HEX triplet: D3, F3 and FA. RGB value is (211,243,250). Sum of RGB (Red+Green+Blue) = 211+243+250=704 (93% of max value = 765). Red value is 211 (82.81% from 255 or 29.97% from 704); Green value is 243 (95.31% from 255 or 34.52% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3F3FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3F3FA is #2C0C05. Grayscale: #EAEAEA. Windows color (decimal): -2886662 or 16446419. OLE color: 16446419.
HSL color Cylindrical-coordinate representation of color #D3F3FA: hue angle of 190.77º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3F3FA is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 243 | 250 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.02 |
| HSL | 190.77º | 0.8% | 0.9% | - |
| HSV(B) | 190.77º | 0.16% | 0.98% | - |
| XYZ | 76.17 | 84.85 | 102.81 | - |
| YUV | 234.23 | 136.9 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 243 | 250 | 0.16 | 0.03 | 0 | 0.02 | 190.77 | 0.8 | 0.9 |
| Hex | D3 | F3 | FA | 10 | 3 | 0 | 2 | BF | 50 | 5A |
| Octal | 323 | 363 | 372 | 20 | 3 | 0 | 2 | 277 | 120 | 132 |
| Binary | 11010011 | 11110011 | 11111010 | 10000 | 11 | 0 | 10 | 10111111 | 1010000 | 1011010 |
Color Harmonies of #D3F3FA
Complementary color
Monochromatic Colors of #D3F3FA
Black with #D3F3FA
Text Example
Text Example
White with #D3F3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F3FA; }
p { color: rgb(211,243,250); }
H1.HeaderClassName
{
color: #D3F3FA;
}
.AnyTagClassName
{
color: #D3F3FA;
}
</style>
background-color css
<style>
a { background-color: #D3F3FA; }
a { background-color: rgb(211,243,250); }
div.DivClassName
{
background-color: #D3F3FA;
}
.BgClassName
{
background-color: #D3F3FA;
}
</style>
border-color css
<style>
span { border-color: #D3F3FA; }
span { border-color: rgb(211,243,250); }
td.TdClassName
{
border-color: #D3F3FA;
}
.TagClassName
{
border-color: #D3F3FA;
}
</style>