Shades of Pattens Blue #D2F5FF
Tints of Pattens Blue #D2F5FF
RGB
CMYK
RGB Variations
Color information
#D2F5FF (or 0xD2F5FF) is known color: Pattens Blue. HEX triplet: D2, F5 and FF. RGB value is (210,245,255). Sum of RGB (Red+Green+Blue) = 210+245+255=710 (94% of max value = 765). Red value is 210 (82.42% from 255 or 29.58% from 710); Green value is 245 (96.09% from 255 or 34.51% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2F5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F5FF is #2D0A00. Grayscale: #EBEBEB. Windows color (decimal): -2951681 or 16774610. OLE color: 16774610.
HSL color Cylindrical-coordinate representation of color #D2F5FF: hue angle of 193.33º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2F5FF is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 245 | 255 | - |
| CMYK | 0.18 | 0.04 | 0 | 0 |
| HSL | 193.33º | 1% | 0.91% | - |
| HSV(B) | 193.33º | 0.18% | 1% | - |
| XYZ | 77.28 | 86.23 | 107.18 | - |
| YUV | 235.68 | 138.9 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 245 | 255 | 0.18 | 0.04 | 0 | 0 | 193.33 | 1 | 0.91 |
| Hex | D2 | F5 | FF | 12 | 4 | 0 | 0 | C1 | 64 | 5B |
| Octal | 322 | 365 | 377 | 22 | 4 | 0 | 0 | 301 | 144 | 133 |
| Binary | 11010010 | 11110101 | 11111111 | 10010 | 100 | 0 | 0 | 11000001 | 1100100 | 1011011 |
Color Harmonies of #D2F5FF
Complementary color
Monochromatic Colors of #D2F5FF
Black with #D2F5FF
Text Example
Text Example
White with #D2F5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F5FF; }
p { color: rgb(210,245,255); }
H1.HeaderClassName
{
color: #D2F5FF;
}
.AnyTagClassName
{
color: #D2F5FF;
}
</style>
background-color css
<style>
a { background-color: #D2F5FF; }
a { background-color: rgb(210,245,255); }
div.DivClassName
{
background-color: #D2F5FF;
}
.BgClassName
{
background-color: #D2F5FF;
}
</style>
border-color css
<style>
span { border-color: #D2F5FF; }
span { border-color: rgb(210,245,255); }
td.TdClassName
{
border-color: #D2F5FF;
}
.TagClassName
{
border-color: #D2F5FF;
}
</style>