Shades of Pattens Blue #D2F3FC
Tints of Pattens Blue #D2F3FC
RGB
CMYK
RGB Variations
Color information
#D2F3FC (or 0xD2F3FC) is known color: Pattens Blue. HEX triplet: D2, F3 and FC. RGB value is (210,243,252). Sum of RGB (Red+Green+Blue) = 210+243+252=705 (93% of max value = 765). Red value is 210 (82.42% from 255 or 29.79% from 705); Green value is 243 (95.31% from 255 or 34.47% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 252 - color contains mainly: blue. Hex color #D2F3FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F3FC is #2D0C03. Grayscale: #EAEAEA. Windows color (decimal): -2952196 or 16577490. OLE color: 16577490.
HSL color Cylindrical-coordinate representation of color #D2F3FC: hue angle of 192.86º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2F3FC is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 243 | 252 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.01 |
| HSL | 192.86º | 0.88% | 0.91% | - |
| HSV(B) | 192.86º | 0.17% | 0.99% | - |
| XYZ | 76.2 | 84.83 | 104.45 | - |
| YUV | 234.16 | 138.07 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 243 | 252 | 0.17 | 0.04 | 0 | 0.01 | 192.86 | 0.88 | 0.91 |
| Hex | D2 | F3 | FC | 11 | 4 | 0 | 1 | C1 | 58 | 5B |
| Octal | 322 | 363 | 374 | 21 | 4 | 0 | 1 | 301 | 130 | 133 |
| Binary | 11010010 | 11110011 | 11111100 | 10001 | 100 | 0 | 1 | 11000001 | 1011000 | 1011011 |
Color Harmonies of #D2F3FC
Complementary color
Monochromatic Colors of #D2F3FC
Black with #D2F3FC
Text Example
Text Example
White with #D2F3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F3FC; }
p { color: rgb(210,243,252); }
H1.HeaderClassName
{
color: #D2F3FC;
}
.AnyTagClassName
{
color: #D2F3FC;
}
</style>
background-color css
<style>
a { background-color: #D2F3FC; }
a { background-color: rgb(210,243,252); }
div.DivClassName
{
background-color: #D2F3FC;
}
.BgClassName
{
background-color: #D2F3FC;
}
</style>
border-color css
<style>
span { border-color: #D2F3FC; }
span { border-color: rgb(210,243,252); }
td.TdClassName
{
border-color: #D2F3FC;
}
.TagClassName
{
border-color: #D2F3FC;
}
</style>