#DBE9EF

Color #DBE9EF Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #DBE9EF

Tints of Pattens Blue #DBE9EF

Color information

#DBE9EF (or 0xDBE9EF) is unknown color: approx Pattens Blue. HEX triplet: DB, E9 and EF. RGB value is (219,233,239). Sum of RGB (Red+Green+Blue) = 219+233+239=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 233 (91.41% from 255 or 33.72% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBE9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE9EF is #241610. Grayscale: #E5E5E5. Windows color (decimal): -2364945 or 15722971. OLE color: 15722971.

HSL color Cylindrical-coordinate representation of color #DBE9EF: hue angle of 198º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBE9EF is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB219233239-
CMYK0.080.0300.06
HSL198º38.46%89.8%-
HSV(B)198º8.37%93.73%-
XYZ73.9379.5793.12-
YUV229.5133.36120.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 31.69%
GREEN value IS 233 (91.41% from 255) = 33.72%
BLUE value IS 239 (93.75% from 255) = 34.59%
R=31.69%
G=33.72%
B=34.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192332390.080.0300.0619838.4689.8
HexDBE9EF8306c6265a
Octal3333513571030630646132
Binary1101101111101001111011111000110110110001101001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE9EF; }

 p { color: rgb(219,233,239); }

 H1.HeaderClassName
 {
   color: #DBE9EF;
 }
 .AnyTagClassName
 {
   color: #DBE9EF;
 }
</style>
background-color css

<style>
 a { background-color: #DBE9EF; }

 a { background-color: rgb(219,233,239); }

 div.DivClassName
 {
   background-color: #DBE9EF;
 }
 .BgClassName
 {
   background-color: #DBE9EF;
 }
</style>
border-color css

<style>
 span { border-color: #DBE9EF; }

 span { border-color: rgb(219,233,239); }

 td.TdClassName
 {
   border-color: #DBE9EF;
 }
 .TagClassName
 {
   border-color: #DBE9EF;
 }
</style>