Shades of Pattens Blue #D2EFFB
Tints of Pattens Blue #D2EFFB
RGB
CMYK
RGB Variations
Color information
#D2EFFB (or 0xD2EFFB) is known color: Pattens Blue. HEX triplet: D2, EF and FB. RGB value is (210,239,251). Sum of RGB (Red+Green+Blue) = 210+239+251=700 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30% from 700); Green value is 239 (93.75% from 255 or 34.14% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2EFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EFFB is #2D1004. Grayscale: #E7E7E7. Windows color (decimal): -2953221 or 16510930. OLE color: 16510930.
HSL color Cylindrical-coordinate representation of color #D2EFFB: hue angle of 197.56º degrees, saturation: 0.84, 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 #D2EFFB is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 239 | 251 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.02 |
| HSL | 197.56º | 0.84% | 0.9% | - |
| HSV(B) | 197.56º | 0.16% | 0.98% | - |
| XYZ | 74.86 | 82.4 | 103.23 | - |
| YUV | 231.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 251 | 0.16 | 0.05 | 0 | 0.02 | 197.56 | 0.84 | 0.9 |
| Hex | D2 | EF | FB | 10 | 5 | 0 | 2 | C6 | 54 | 5A |
| Octal | 322 | 357 | 373 | 20 | 5 | 0 | 2 | 306 | 124 | 132 |
| Binary | 11010010 | 11101111 | 11111011 | 10000 | 101 | 0 | 10 | 11000110 | 1010100 | 1011010 |
Color Harmonies of #D2EFFB
Complementary color
Monochromatic Colors of #D2EFFB
Black with #D2EFFB
Text Example
Text Example
White with #D2EFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EFFB; }
p { color: rgb(210,239,251); }
H1.HeaderClassName
{
color: #D2EFFB;
}
.AnyTagClassName
{
color: #D2EFFB;
}
</style>
background-color css
<style>
a { background-color: #D2EFFB; }
a { background-color: rgb(210,239,251); }
div.DivClassName
{
background-color: #D2EFFB;
}
.BgClassName
{
background-color: #D2EFFB;
}
</style>
border-color css
<style>
span { border-color: #D2EFFB; }
span { border-color: rgb(210,239,251); }
td.TdClassName
{
border-color: #D2EFFB;
}
.TagClassName
{
border-color: #D2EFFB;
}
</style>