#DBEEF3

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

Shades of Pattens Blue #DBEEF3

Tints of Pattens Blue #DBEEF3

Color information

#DBEEF3 (or 0xDBEEF3) is unknown color: approx Pattens Blue. HEX triplet: DB, EE and F3. RGB value is (219,238,243). Sum of RGB (Red+Green+Blue) = 219+238+243=700 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.29% from 700); Green value is 238 (93.36% from 255 or 34% from 700); Blue value is 243 (95.31% from 255 or 34.71% from 700); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBEEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEF3 is #24110C. Grayscale: #E8E8E8. Windows color (decimal): -2363661 or 15986395. OLE color: 15986395.

HSL color Cylindrical-coordinate representation of color #DBEEF3: hue angle of 192.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBEEF3 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219238243-
CMYK0.100.0200.05
HSL192.5º50%90.59%-
HSV(B)192.5º9.88%95.29%-
XYZ75.9782.6896.75-
YUV232.89133.71118.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.29%
GREEN value IS 238 (93.36% from 255) = 34%
BLUE value IS 243 (95.31% from 255) = 34.71%
R=31.29%
G=34%
B=34.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192382430.100.0200.05192.55090.59
HexDBEEF3A205c0325b
Octal3333563631220530062133
Binary1101101111101110111100111010100101110000001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEEF3; }

 p { color: rgb(219,238,243); }

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

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

 a { background-color: rgb(219,238,243); }

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

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

 span { border-color: rgb(219,238,243); }

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