#DBEFFB

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

Shades of Pattens Blue #DBEFFB

Tints of Pattens Blue #DBEFFB

Color information

#DBEFFB (or 0xDBEFFB) is unknown color: approx Pattens Blue. HEX triplet: DB, EF and FB. RGB value is (219,239,251). Sum of RGB (Red+Green+Blue) = 219+239+251=709 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.89% from 709); Green value is 239 (93.75% from 255 or 33.71% from 709); Blue value is 251 (98.44% from 255 or 35.40% from 709); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBEFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEFFB is #241004. Grayscale: #EAEAEA. Windows color (decimal): -2363397 or 16510939. OLE color: 16510939.

HSL color Cylindrical-coordinate representation of color #DBEFFB: hue angle of 202.5º 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 #DBEFFB is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219239251-
CMYK0.130.0500.02
HSL202.5º80%92.16%-
HSV(B)202.5º12.75%98.43%-
XYZ77.4983.76103.35-
YUV234.39137.37117.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.89%
GREEN value IS 239 (93.75% from 255) = 33.71%
BLUE value IS 251 (98.44% from 255) = 35.40%
R=30.89%
G=33.71%
B=35.40%

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
Decimal2192392510.130.0500.02202.58092.16
HexDBEFFBD502ca505c
Octal33335737315502312120134
Binary11011011111011111111101111011010101100101010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEFFB; }

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

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

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

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

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

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

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

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