#DBF1FB

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

Shades of Pattens Blue #DBF1FB

Tints of Pattens Blue #DBF1FB

Color information

#DBF1FB (or 0xDBF1FB) is unknown color: approx Pattens Blue. HEX triplet: DB, F1 and FB. RGB value is (219,241,251). Sum of RGB (Red+Green+Blue) = 219+241+251=711 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.80% from 711); Green value is 241 (94.53% from 255 or 33.90% from 711); Blue value is 251 (98.44% from 255 or 35.30% from 711); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBF1FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF1FB is #240E04. Grayscale: #EBEBEB. Windows color (decimal): -2362885 or 16511451. OLE color: 16511451.

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

Color convert

RGB219241251-
CMYK0.130.0400.02
HSL198.75º80%92.16%-
HSV(B)198.75º12.75%98.43%-
XYZ78.0884.94103.55-
YUV235.56136.71116.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.80%
GREEN value IS 241 (94.53% from 255) = 33.90%
BLUE value IS 251 (98.44% from 255) = 35.30%
R=30.80%
G=33.90%
B=35.30%

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
Decimal2192412510.130.0400.02198.758092.16
HexDBF1FBD402c7505c
Octal33336137315402307120134
Binary11011011111100011111101111011000101100011110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF1FB; }

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

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

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

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

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

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

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

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