#DBEEFB

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

Shades of Pattens Blue #DBEEFB

Tints of Pattens Blue #DBEEFB

Color information

#DBEEFB (or 0xDBEEFB) is unknown color: approx Pattens Blue. HEX triplet: DB, EE and FB. RGB value is (219,238,251). Sum of RGB (Red+Green+Blue) = 219+238+251=708 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.93% from 708); Green value is 238 (93.36% from 255 or 33.62% from 708); Blue value is 251 (98.44% from 255 or 35.45% from 708); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBEEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEEFB is #241104. Grayscale: #E9E9E9. Windows color (decimal): -2363653 or 16510683. OLE color: 16510683.

HSL color Cylindrical-coordinate representation of color #DBEEFB: hue angle of 204.38º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBEEFB is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219238251-
CMYK0.130.0500.02
HSL204.38º80%92.16%-
HSV(B)204.38º12.75%98.43%-
XYZ77.283.17103.25-
YUV233.8137.71117.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.93%
GREEN value IS 238 (93.36% from 255) = 33.62%
BLUE value IS 251 (98.44% from 255) = 35.45%
R=30.93%
G=33.62%
B=35.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192382510.130.0500.02204.388092.16
HexDBEEFBD502cc505c
Octal33335637315502314120134
Binary11011011111011101111101111011010101100110010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEEFB; }

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

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

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

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

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

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

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

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