#DBF2FB

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

Shades of Pattens Blue #DBF2FB

Tints of Pattens Blue #DBF2FB

Color information

#DBF2FB (or 0xDBF2FB) is unknown color: approx Pattens Blue. HEX triplet: DB, F2 and FB. RGB value is (219,242,251). Sum of RGB (Red+Green+Blue) = 219+242+251=712 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.76% from 712); Green value is 242 (94.92% from 255 or 33.99% from 712); Blue value is 251 (98.44% from 255 or 35.25% from 712); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBF2FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF2FB is #240D04. Grayscale: #ECECEC. Windows color (decimal): -2362629 or 16511707. OLE color: 16511707.

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

Color convert

RGB219242251-
CMYK0.130.0400.02
HSL196.88º80%92.16%-
HSV(B)196.88º12.75%98.43%-
XYZ78.3885.53103.64-
YUV236.15136.38115.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.76%
GREEN value IS 242 (94.92% from 255) = 33.99%
BLUE value IS 251 (98.44% from 255) = 35.25%
R=30.76%
G=33.99%
B=35.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192422510.130.0400.02196.888092.16
HexDBF2FBD402c5505c
Octal33336237315402305120134
Binary11011011111100101111101111011000101100010110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF2FB; }

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

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

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

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

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

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

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

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