#DBF1F6

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

Shades of Pattens Blue #DBF1F6

Tints of Pattens Blue #DBF1F6

Color information

#DBF1F6 (or 0xDBF1F6) is unknown color: approx Pattens Blue. HEX triplet: DB, F1 and F6. RGB value is (219,241,246). Sum of RGB (Red+Green+Blue) = 219+241+246=706 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.02% from 706); Green value is 241 (94.53% from 255 or 34.14% from 706); Blue value is 246 (96.48% from 255 or 34.84% from 706); Max value from RGB is 246 - color contains mainly: blue. Hex color #DBF1F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF1F6 is #240E09. Grayscale: #EAEAEA. Windows color (decimal): -2362890 or 16183771. OLE color: 16183771.

HSL color Cylindrical-coordinate representation of color #DBF1F6: hue angle of 191.11º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF1F6 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB219241246-
CMYK0.110.0200.04
HSL191.11º60%91.18%-
HSV(B)191.11º10.98%96.47%-
XYZ77.384.6299.45-
YUV234.99134.21116.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.02%
GREEN value IS 241 (94.53% from 255) = 34.14%
BLUE value IS 246 (96.48% from 255) = 34.84%
R=31.02%
G=34.14%
B=34.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192412460.110.0200.04191.116091.18
HexDBF1F6B204bf3c5b
Octal3333613661320427774133
Binary1101101111110001111101101011100100101111111111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF1F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF1F6; }

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

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

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

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

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

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

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

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