#DBF0FB

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

Shades of Pattens Blue #DBF0FB

Tints of Pattens Blue #DBF0FB

Color information

#DBF0FB (or 0xDBF0FB) is unknown color: approx Pattens Blue. HEX triplet: DB, F0 and FB. RGB value is (219,240,251). Sum of RGB (Red+Green+Blue) = 219+240+251=710 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.85% from 710); Green value is 240 (94.14% from 255 or 33.80% from 710); Blue value is 251 (98.44% from 255 or 35.35% from 710); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBF0FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF0FB is #240F04. Grayscale: #EAEAEA. Windows color (decimal): -2363141 or 16511195. OLE color: 16511195.

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

Color convert

RGB219240251-
CMYK0.130.0400.02
HSL200.62º80%92.16%-
HSV(B)200.62º12.75%98.43%-
XYZ77.7984.35103.45-
YUV234.98137.04116.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.85%
GREEN value IS 240 (94.14% from 255) = 33.80%
BLUE value IS 251 (98.44% from 255) = 35.35%
R=30.85%
G=33.80%
B=35.35%

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
Decimal2192402510.130.0400.02200.628092.16
HexDBF0FBD402c9505c
Octal33336037315402311120134
Binary11011011111100001111101111011000101100100110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF0FB; }

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

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

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

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

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

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

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

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